Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / MapperUpdatingEventArgs Class / Type Property


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