Viewer.ActionEventArgs Constructor(IAction)
In This Topic
Initalizes rendering event data with
Action
Syntax
'Declaration
Public Function New( _
ByVal As IAction _
)
public Viewer.ActionEventArgs(
IAction
)
Parameters
- action
- Action that should be performed in response to this event.
See Also