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