'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.
Property | Description |
---|---|
AnnotationMode | Gets or sets the annotation mode. |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
DrawingSurface | Gets the drawing surface control. |
See Also