Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Application.removeOnSettingChange

Removes a settingChange event handler that was previously added with addSettingChangeHandler.

Syntax

public static void removeOnSettingChange( EventHandler value )

Parameters

value

The com.ms.wfc.core.EventHandler delegate to remove.

Remarks

A settingChange event is triggered when the user has changed one or more Windows settings. WFC handles this event internally and appropriately updates all brush, pen, color, and font objects used in your application. Use this event to make additional changes to your application based on changes made to the user's system settings.

See Also   addOnSettingChange