Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / SystemStateEventArgs Class / RefreshAll Property


In This Topic
    RefreshAll Property (SystemStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the contextual state is changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RefreshAll As Boolean
    'Usage
     
    
    Dim instance As SystemStateEventArgs
    Dim value As Boolean
     
    value = instance.RefreshAll
    public bool RefreshAll {get;}
    See Also