'Declaration
Public Event SubEditorOpening As GeneralEditor.SubEditorCancelEventHandler
'Usage
Dim instance As GeneralEditor Dim handler As GeneralEditor.SubEditorCancelEventHandler AddHandler instance.SubEditorOpening, handler
public event GeneralEditor.SubEditorCancelEventHandler SubEditorOpening
Event Data
The event handler receives an argument of type GeneralEditor.SubEditorCancelEventArgs containing data related to this event. The following GeneralEditor.SubEditorCancelEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets whether to cancel the default processing. |
See Also