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