Microsoft SDK for Java

DhSelectBox.addOnSelectedIndexChanged

Adds a delegate to the selectIndexChanged event.

Syntax

public final void addOnSelectedIndexChanged ( 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 selection of the element is changed.

See Also   removeOnSelectedIndexChanged

© 1999 Microsoft Corporation. All rights reserved. Terms of use.