Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / StateEventArgs Class / StateEventArgs Constructor
A value indicating whether all state are changed.


In This Topic
    StateEventArgs Constructor
    In This Topic
    Creates a new instance of StateEventArgs.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal refreshAll As Boolean _
    )
    'Usage
     
    
    Dim refreshAll As Boolean
     
    Dim instance As New StateEventArgs(refreshAll)
    protected StateEventArgs( 
       bool refreshAll
    )

    Parameters

    refreshAll
    A value indicating whether all state are changed.
    See Also