Navigation :
ConfigurationChangedEventArgs
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Configuration |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class ConfigurationChangedEventArgs : EventArgs
Base types
EventArgs
The configuration changed event args class.
Constructors
ConfigurationChangedEventArgs(ConfigurationContainer container, string key, object newValue)
Initializes a new instance of the ConfigurationChangedEventArgs class.
Parameters
Name |
Description |
container |
The container. |
key |
The key. |
newValue |
The new value. |
Properties
Container
Gets the container.
Key
Gets the key.
NewValue
Gets the new value.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion