Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
Control.addOnHelp
Assigns a delegate to the help event.
Syntax
public final void addOnHelp( HelpEventHandler value )
Parameters
value
The HelpEventHandler delegate to be notified when the event occurs.
Remarks
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