Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollectionEventArgs Class / Type Property
Example


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;}

    Property Value

    NamedStyleCollectionEventType setting for the type of event
    Example
    This example causes the Changed event to occur for the NamedStyleCollection object and returns the type of event that occurred.
    See Also