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