Microsoft SDK for Java

addOnFormatChanged

This method of the IDataFormat interface 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 should be triggered when any property changes on the object that affects data formatting.

See Also

removeOnFormatChanged

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