Assigns a delegate to the formatChanged event.
public void addOnFormatChanged(EventHandler handler);
handler | The EventHandler delegate to be notified when the event occurs. |
The formatChanged event occurs when changes that affect data formatting are made to a property of the object.
See Also removeOnFormatChanged