Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
IDataFormat.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 should be triggered when any property changes on the object that affects data formatting.
See Also removeOnFormatChanged