Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleContainerEventArgs Class / Type Property


In This Topic
    Type Property (StyleContainerEventArgs)
    In This Topic
    Gets the type of change that occurred.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As StyleContainerEventType
    'Usage
     
    
    Dim instance As StyleContainerEventArgs
    Dim value As StyleContainerEventType
     
    value = instance.Type
    public StyleContainerEventType Type {get;}
    See Also