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


In This Topic
    Type Property (TableItemChangingEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As TableItemChangeEventType
    'Usage
     
    
    Dim instance As TableItemChangingEventArgs
    Dim value As TableItemChangeEventType
     
    value = instance.Type
    public TableItemChangeEventType Type {get;}
    See Also