FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / UndoStack Class / OnStateChanged Method
System.EventArgs that contains the event parameters.

In This Topic
    OnStateChanged Method
    In This Topic
    Raises the StateChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnStateChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnStateChanged( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event parameters.
    See Also