Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

ComboBox.addOnTextChanged

Assigns a delegate to the textChanged event.

Syntax

public final void addOnTextChanged( 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 textChanged event to that method in the Properties window. The textChanged event occurs when the user takes an action that may have altered the text in the edit control of the combo box.

See Also   removeOnTextChanged