CommonDialog.addOnHelp

Overview | Methods | This Package | All Packages

CommonDialog.addOnHelp

Assigns a delegate to the help event.

Syntax

public final void addOnHelp( EventHandler value )

Parameters

value

The EventHandler 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 clicks Help in the dialog box.