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


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