[]
Represents a defined method that handles the canceling of the SubEditorOpening event for the FpSpread component.
public delegate bool RichTextEditor.SubEditorCancelEventHandler(object sender, RichTextEditor.SubEditorCancelEventArgs e)
Public Delegate Function RichTextEditor.SubEditorCancelEventHandler(sender As Object, e As RichTextEditor.SubEditorCancelEventArgs) As Boolean
| Type | Name | Description |
|---|---|---|
| object | sender | Object that raised the event |
| RichTextEditor.SubEditorCancelEventArgs | e | Object of RichTextEditor.SubEditorCancelEventArgs class that contains event data |
| Type | Description |
|---|---|
| bool | Represents a defined method that handles the canceling of the event for the FpSpread component. |