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


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

    Parameters

    e
    EventArgs
    See Also