Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomNameChangedEventArgs Class / ActionType Property


In This Topic
    ActionType Property
    In This Topic
    Gets the type of the custom name that has changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActionType As CustomNameChangeAction
    'Usage
     
    
    Dim instance As CustomNameChangedEventArgs
    Dim value As CustomNameChangeAction
     
    value = instance.ActionType
    public CustomNameChangeAction ActionType {get;}
    See Also