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


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