Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollectionEventArgs Class / Type Property


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