|
 | action |
Gets or sets the original action that caused this event, if any.
Inherited from dundas.view.ActionEventArgs.
|
 | adapter |
Gets or sets adapter on which the action should fire for.
Inherited from dundas.view.ActionEventArgs.
|
 | e |
Gets or sets the "e" given to the script.
|
 | originalEvent |
Gets or sets the original event that caused this action event, if any.
Inherited from dundas.view.ActionEventArgs.
|
 | relatedData |
Gets or sets the related data to this event, if any. This would include the row and column and a metric set binding
that is related to the visual element clicked.
Inherited from dundas.view.ActionEventArgs.
|
 | viewAdapters |
Gets or sets adapters on the current view which will be converted to arguments to the script.
|