new ToolbarEvent(type, target)
This class defines the ToolbarEvent that can be fired by the builtin toolbar buttons.
Parameters:
Name | Type | Description |
---|---|---|
type |
String | The event type, such as |
target |
Object | The event target |
Returns:
Extends
Members
-
<static, constant> BUTTON_DOWN :String
-
<static, constant> BUTTON_STATE_CHANGE :String
-
<static, constant> BUTTON_UP :String
-
evt :Object
-
target :Object
-
type :String