Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnAnnotationModeEnding Method
EventArgs object that contains the event data


In This Topic
    OnAnnotationModeEnding Method
    In This Topic
    Raises the AnnotationModeEnding event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAnnotationModeEnding( _
       ByVal e As AnnotationModeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As AnnotationModeEventArgs
     
    instance.OnAnnotationModeEnding(e)
    protected virtual void OnAnnotationModeEnding( 
       AnnotationModeEventArgs e
    )

    Parameters

    e
    EventArgs object that contains the event data
    See Also