Class SettingChangedEventArgs
Provides data for a SettingChanged event.
Inherited Members
Namespace: AudioBand.AudioSource
Assembly: AudioBand.AudioSource.dll
Syntax
[Serializable]
public sealed class SettingChangedEventArgs : EventArgs
Constructors
| Improve this Doc View SourceSettingChangedEventArgs(String)
Initializes a new instance of the SettingChangedEventArgs class with the setting's name.
Declaration
public SettingChangedEventArgs(string settingName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | settingName | Name of the setting that changed. |
Properties
| Improve this Doc View SourceSettingName
Gets or sets the name of the setting that changed.
Declaration
public string SettingName { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The name of the setting. |