DhEdit.addOnSelect

Overview | Methods | This Package | All Packages

DhEdit.addOnSelect

Assigns a delegate to the select event.

Syntax

public final void addOnSelect( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs.

Remarks

The delegate specifies a method that is called when the current element is selected.

See Also   removeOnSelect