Adds a settingChange event handler to the application.
public static void addOnSettingChange( EventHandler value )
value
A com.ms.wfc.core.EventHandler object for the settingChange event.
A settingChange event is triggered when the user has changed one or more Windows settings. Windows Foundation Classes for Java (WFC) handles this event internally and appropriately updates all brush, pen, color, and font objects used in your application. You can use this event to make additional changes to your application based on changes made to the user's system settings.
See Also removeOnSettingChange