Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ResolveAction Event


ResolveAction Event
Occurs an Action object is created.
Syntax
'Declaration
 
Public Event ResolveAction As EventHandler(Of ResolveActionEventArgs)
 
'Usage
 
Dim instance As FpSpread
Dim handler As EventHandler(Of ResolveActionEventArgs)
 
AddHandler instance.ResolveAction, handler
Event Data

The event handler receives an argument of type ResolveActionEventArgs containing data related to this event. The following ResolveActionEventArgs properties provide information specific to this event.

PropertyDescription
Gets or set the action.  
Gets the type of action.  
Remarks
Not all actions are handled by this event.
See Also