Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Application.addOnSettingChange
Adds a settingChange event handler to the application.
Syntax
public static void addOnSettingChange( EventHandler value )
Parameters
value
A com.ms.wfc.core.EventHandler object for the settingChange event.
Remarks
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