ContentEnvironmentSettingChangedEventArgs.SettingName Property
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.
Gets the name of the setting that changed.
public:
property Platform::String ^ SettingName { Platform::String ^ get(); };
winrt::hstring SettingName();
public string SettingName { get; }
var string = contentEnvironmentSettingChangedEventArgs.settingName;
Public ReadOnly Property SettingName As String
Property Value
The name of the setting that changed.
Remarks
Contains the value of LPARAM from WM_SETTINGCHANGE.