Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AnnotationModeStarting Event


In This Topic
    AnnotationModeStarting Event
    In This Topic
    Occurs when the user begins annotation mode.
    Syntax
    'Declaration
     
    
    Public Event AnnotationModeStarting As AnnotationModeStartingEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As AnnotationModeStartingEventHandler
     
    AddHandler instance.AnnotationModeStarting, handler
    public event AnnotationModeStartingEventHandler AnnotationModeStarting
    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