Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / StateEventArgs Class / Type Property


In This Topic
    Type Property (StateEventArgs)
    In This Topic
    Gets the StateType indicates the type of state change.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Type As StateType
    'Usage
     
    
    Dim instance As StateEventArgs
    Dim value As StateType
     
    value = instance.Type
    public virtual StateType Type {get;}
    See Also