Microsoft SDK for Java

addOnFormatChanged

Assigns a delegate to the formatChanged event.

Syntax

public void addOnFormatChanged(EventHandler handler);

Parameters

handler The EventHandler delegate to be notified when the event occurs.

Remarks

The formatChanged event occurs when changes that affect data formatting are made to a property of the object.

See Also   removeOnFormatChanged

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