Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIManager Class / OnStateChanged Method
The StateEventArgs instance containing the event data.


In This Topic
    OnStateChanged Method (UIManager)
    In This Topic
    Occurs when the state of active element is changed.
    Syntax
    'Declaration
     
    
    Public Sub OnStateChanged( _
       ByVal e As StateEventArgs _
    ) 
    'Usage
     
    
    Dim instance As UIManager
    Dim e As StateEventArgs
     
    instance.OnStateChanged(e)
    public void OnStateChanged( 
       StateEventArgs e
    )

    Parameters

    e
    The StateEventArgs instance containing the event data.
    See Also