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
DataFormat.onFormatChanged
Triggers the formatChanged event.
Syntax
protected void onFormatChanged( Event event )
Parameters
event
An Event object.
Remarks
The formatChanged event occurs when changes that affect data formatting are made to a property of the object.
When overriding onFormatChanged, be sure to call super.onFormatChanged.
See Also performFormatChanged, addOnFormatChanged, removeOnFormatChanged