Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellsEditorForm Class / OnApplying Method
EventArgs


In This Topic
    OnApplying Method
    In This Topic
    Fires the Applying event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnApplying( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As CellsEditorForm
    Dim e As EventArgs
     
    instance.OnApplying(e)
    protected virtual void OnApplying( 
       EventArgs e
    )

    Parameters

    e
    EventArgs
    See Also