Spread Windows Forms 12.0 Product Documentation
SubEditorOpening Event (IEditorSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IEditorSupport Interface : SubEditorOpening Event
Occurs when the subeditor for a cell opens.
Syntax
'Declaration
 
Event SubEditorOpening As GeneralEditor.SubEditorCancelEventHandler
'Usage
 
Dim instance As IEditorSupport
Dim handler As GeneralEditor.SubEditorCancelEventHandler
 
AddHandler instance.SubEditorOpening, handler
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.

PropertyDescription
Gets or sets whether to cancel the default processing.  
See Also