ContentEnvironmentSettingChangedEventArgs.SettingName Property

Definition

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

String

Platform::String

winrt::hstring

The name of the setting that changed.

Remarks

Contains the value of LPARAM from WM_SETTINGCHANGE.

Applies to

See also