Assigns a delegate to the panelClick event.
public void addOnPanelClick( StatusBarPanelClickEventHandler value )
value
The StatusBarPanelClickEventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the panelClick event to that method in the Properties window. The panelClick event occurs when a panel on the status bar is clicked.
See Also removeOnPanelClick