'Declaration Event SubEditorOpening As GeneralEditor.SubEditorCancelEventHandler
'Usage Dim instance As IEditorSupport Dim handler As GeneralEditor.SubEditorCancelEventHandler AddHandler instance.SubEditorOpening, handler
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