DhSelectBox.removeOnSelectedIndexChanged

Overview | Methods | This Package | All Packages

DhSelectBox.removeOnSelectedIndexChanged

Removes the delegate that is assigned to the selectedIndexChanged event.

Syntax

final public void removeOnSelectedIndexChanged ( EventHandler h )

Parameters

h

The EventHandler delegate that is to be removed.

Remarks

This event occurs when the current selection of the element is changed.

See Also   addOnSelectedIndexChanged