[]
Represents a defined method that handles the AnnotationModeEnding event for the Spread component.
public delegate void AnnotationModeEndingEventHandler(object sender, AnnotationModeEventArgs e)
Public Delegate Sub AnnotationModeEndingEventHandler(sender As Object, e As AnnotationModeEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the event |
AnnotationModeEventArgs | e | Event data |