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


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