Spread WinForms 15
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
See Also