Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnSubEditorOpening Method
SubEditorOpenEventArgs object that contains event arguments


In This Topic
    OnSubEditorOpening Method (FpSpread)
    In This Topic
    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