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
- 
    
    The type of events fired when the button just went into the 'down' state. Type:- String
 
- 
    <static, constant> BUTTON_STATE_CHANGE :String
- 
    
    The type of events fired when the button state has changed. Type:- String
 
- 
    <static, constant> BUTTON_UP :String
- 
    
    The type of events fired when the button just went into the 'up' state. Type:- String
 
- 
    evt :Object
- 
    
    The original event, if applicable Type:- Object
 - Inherited From:
 
- 
    target :Object
- 
    
    The component that dispatches the event. Type:- Object
 - Inherited From:
 
- 
    type :String
- 
    
    Type of the event. Type:- String
 - Inherited From: