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


In This Topic
    Type Property (UserStateEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Type As StateType
    'Usage
     
    
    Dim instance As UserStateEventArgs
    Dim value As StateType
     
    value = instance.Type
    public override StateType Type {get;}
    See Also