FarPoint.Win.Spread
OnAnnotationModeStarting Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnAnnotationModeStarting Method


e
EventArgs object containing the event data
Raises the AnnotationModeStarting event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnAnnotationModeStarting( _
   ByVal e As AnnotationModeEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim e As AnnotationModeEventArgs
 
instance.OnAnnotationModeStarting(e)
C# 
protected virtual void OnAnnotationModeStarting( 
   AnnotationModeEventArgs e
)

Parameters

e
EventArgs object containing the event data

See Also