Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ResolveActionEventArgs Class / Action Property


In This Topic
Action Property (ResolveActionEventArgs)
In This Topic
Gets or set the action.
Syntax
'Declaration
 
Public Property Action As Action
 
'Usage
 
Dim instance As ResolveActionEventArgs
Dim value As Action
 
instance.Action = value
 
value = instance.Action
See Also