BiEventAction
This class represents dispatching an event inside an action.
This class extends BiAction and therefore all methods and fields available for BiAction are also available for BiEventAction .
Constructor
new BiEventAction ( )
Parameters
No parameters.
Properties
| Name | Type | get | set | Descripton |
type | String | ![]() | ![]() | The type of the Event to dispatch. E.g. "change", "load"... |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
This action takes one argument. If defined, it will be passed along as userData of the dispatched event.
