Overview | Methods | This Package | All Packages
Assigns a delegate to the buttonClick event.
Syntax
public final void addOnButtonClick( ToolBarButtonClickEventHandler value )
Parameters
value
The ToolBarButtonClickEventHandler to notify when the event occurs.
Remarks
A ToolBar object's buttonClick event occurs when any of its child buttons are clicked.
See Also removeOnButtonClick