Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AnnotationModeEnding Event


In This Topic
    AnnotationModeEnding Event
    In This Topic
    Occurs when the user ends annotation mode.
    Syntax
    'Declaration
     
    
    Public Event AnnotationModeEnding As AnnotationModeEndingEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As AnnotationModeEndingEventHandler
     
    AddHandler instance.AnnotationModeEnding, handler
    public event AnnotationModeEndingEventHandler AnnotationModeEnding
    Event Data

    The event handler receives an argument of type AnnotationModeEventArgs containing data related to this event. The following AnnotationModeEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the annotation mode.  
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the drawing surface control.  
    See Also