dundas.view.ActionEventArgs Class

 

Inheritance Hierarchy

 
Class
   dundas.view.ActionEventArgs
      dundas.view.ScriptActionEventArgs
 

Constructors

 
  Name Description
init Initializes the ActionEventArgs. Called during construction.
 
 

Properties

 
  Name Description
action Gets or sets the original action that caused this event, if any.
adapter Gets or sets adapter on which the action should fire for.
originalEvent Gets or sets the original event that caused this action event, if any.
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.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.