Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AnnotationModeStarting Event


AnnotationModeStarting Event
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
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