Class ConfigurationUpdateEventArgs
Inheritance
System.Object
System.EventArgs
ConfigurationUpdateEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: MediaBrowser.Common.Configuration
Assembly: MediaBrowser.Common.dll
Syntax
public sealed class ConfigurationUpdateEventArgs : EventArgs
Properties
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key. |
NewConfiguration
Gets or sets the new configuration.
Declaration
public object NewConfiguration { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The new configuration. |