Spread Windows Forms 12.0 Product Documentation
OnSubEditorOpening Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnSubEditorOpening Method
SubEditorOpenEventArgs object that contains event arguments
Raises the SubEditorOpening event.
Syntax
'Declaration
 
Protected Overridable Sub OnSubEditorOpening( _
   ByVal e As SubEditorOpeningEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As SubEditorOpeningEventArgs
 
instance.OnSubEditorOpening(e)
protected virtual void OnSubEditorOpening( 
   SubEditorOpeningEventArgs e
)

Parameters

e
SubEditorOpenEventArgs object that contains event arguments
See Also

Reference

FpSpread Class
FpSpread Members