DhText.addOnChange

Overview | Methods | This Package | All Packages

DhText.addOnChange

Assigns a delegate to the change event.

Syntax

final public void addOnChange ( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs.

Remarks

This event occurs when the user modifies the text or moves the focus to a different window.

See Also   removeOnChange