GeneralEditor.SubEditorCancelEventHandler Delegate
Represents a defined method that handles the canceling of the
SubEditorOpening event for the component.
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate bool GeneralEditor.SubEditorCancelEventHandler(object sender, GeneralEditor.SubEditorCancelEventArgs e)
Public Delegate Function GeneralEditor.SubEditorCancelEventHandler(sender As Object, e As GeneralEditor.SubEditorCancelEventArgs) As Boolean
Parameters
| Type |
Name |
Description |
| object |
sender |
Represents a defined method that handles the canceling of the event for the component. |
| GeneralEditor.SubEditorCancelEventArgs |
e |
Represents a defined method that handles the canceling of the event for the component. |
Returns
| Type |
Description |
| bool |
Represents a defined method that handles the canceling of the event for the component. |