Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar Class / NotifyStateChange Method
The GrapeCity.Spreadsheet.UI.StateEventArgs value indicates that changed data.


In This Topic
    NotifyStateChange Method
    In This Topic
    Pushes the state change to the updating queue of RibbonBar.
    Syntax
    'Declaration
     
    
    Public Sub NotifyStateChange( _
       ByVal e As StateEventArgs _
    ) 
    'Usage
     
    
    Dim instance As RibbonBar
    Dim e As StateEventArgs
     
    instance.NotifyStateChange(e)
    public void NotifyStateChange( 
       StateEventArgs e
    )

    Parameters

    e
    The GrapeCity.Spreadsheet.UI.StateEventArgs value indicates that changed data.
    Remarks
    State of items are not updated immediately.
    See Also