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


Occurs when the user ends annotation mode.

Syntax

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

Remarks

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

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

See Also