Microsoft SDK for Java

DhEdit.addOnChange

Assigns a delegate to the change event.

Syntax

public final void addOnChange( 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's contents are changed.

See Also   removeOnChange

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