Assigns a delegate to the help event.
public final void addOnHelp( HelpEventHandler value )
value
The HelpEventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the help event to that method in the Properties window. The help event occurs when the user requests Help for this control.
See Also removeOnHelp