FarPoint.Win.Spread
AnnotationModeStarting Event
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : AnnotationModeStarting Event


Occurs when the user begins annotation mode.

Syntax

Visual Basic (Declaration) 
Public Event AnnotationModeStarting() As AnnotationModeStartingEventHandler
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim handler As AnnotationModeStartingEventHandler
 
AddHandler instance.AnnotationModeStarting, handler
C# 
public event AnnotationModeStartingEventHandler AnnotationModeStarting()

Remarks

This event is raised by the OnAnnotationModeStarting method when the user is changing the active sheet.

For more details on the individual event arguments, refer to AnnotationModeEventArgs members.

See Also