Action Property (Viewer.ActionEventArgs)
In This Topic
Gets the Action that caused the event.
Syntax
'Declaration
Public ReadOnly Property Action As IAction
public IAction Action {get;}
Property Value
An
GrapeCity.Viewer.Common.Model.Interactivity.IAction representing the action.
See Also