Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfoCollectionChangedEventArgs Class / Type Property


In This Topic
    Type Property (StyleInfoCollectionChangedEventArgs)
    In This Topic
    Gets the type of event that occurred.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As StyleInfoCollectionChangedAction
    'Usage
     
    Dim instance As StyleInfoCollectionChangedEventArgs
    Dim value As StyleInfoCollectionChangedAction
     
    value = instance.Type

    Property Value

    The StyleInfoCollectionChangedAction enumeration that specifies the type of the event.
    See Also