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


In This Topic
    Type Property (SheetChangedEventArgs)
    In This Topic
    Gets the change type for the event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As SheetChangedEventAction
    'Usage
     
    Dim instance As SheetChangedEventArgs
    Dim value As SheetChangedEventAction
     
    value = instance.Type
    public SheetChangedEventAction Type {get;}

    Property Value

    The change type for the event.
    See Also