Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellsEditorForm Class / OnClosing Method
Event data


In This Topic
    OnClosing Method (CellsEditorForm)
    In This Topic
    Occurs when closing.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnClosing( _
       ByVal e As CancelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As CellsEditorForm
    Dim e As CancelEventArgs
     
    instance.OnClosing(e)
    protected override void OnClosing( 
       CancelEventArgs e
    )

    Parameters

    e
    Event data
    See Also