Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnAnnotationModeStarting Method
EventArgs object that contains the event data


In This Topic
OnAnnotationModeStarting Method
In This Topic
Raises the AnnotationModeStarting event.
Syntax
'Declaration
 
Protected Overridable Sub OnAnnotationModeStarting( _
   ByVal e As AnnotationModeEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As AnnotationModeEventArgs
 
instance.OnAnnotationModeStarting(e)

Parameters

e
EventArgs object that contains the event data
See Also