SettingsObserver.SettingChanged(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles a change notification for an observed setting.
protected abstract void SettingChanged (string moniker);
abstract member SettingChanged : string -> unit
Protected MustOverride Sub SettingChanged (moniker As String)
Parameters
- moniker
- String
The moniker for the changed setting.