Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / TableStateEventArgs Class / FullUpdateEventArgs Property


In This Topic
    FullUpdateEventArgs Property (TableStateEventArgs)
    In This Topic
    Gets the event argument that indicates all workbook settings are changed.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property FullUpdateEventArgs As TableStateEventArgs
    'Usage
     
    
    Dim value As TableStateEventArgs
     
    value = TableStateEventArgs.FullUpdateEventArgs
    public static TableStateEventArgs FullUpdateEventArgs {get;}
    See Also