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


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