Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / StateEventArgs Class / GetFullUpdateEventArgs Method
The type of state data.


In This Topic
    GetFullUpdateEventArgs Method
    In This Topic
    Gets a StateEventArgs instance to update everything.
    Syntax
    'Declaration
     
    
    Public Shared Function GetFullUpdateEventArgs( _
       ByVal type As StateType _
    ) As StateEventArgs
    'Usage
     
    
    Dim type As StateType
    Dim value As StateEventArgs
     
    value = StateEventArgs.GetFullUpdateEventArgs(type)
    public static StateEventArgs GetFullUpdateEventArgs( 
       StateType type
    )

    Parameters

    type
    The type of state data.
    See Also