C# Class Catel.Configuration.ConfigurationChangedEventArgs

The configuration changed event args class.
Inheritance: System.EventArgs
Afficher le fichier Open project: Catel/Catel Class Usage Examples

Méthodes publiques

Méthode Description
ConfigurationChangedEventArgs ( ConfigurationContainer container, string key, object newValue ) : System

Initializes a new instance of the ConfigurationChangedEventArgs class.

Method Details

ConfigurationChangedEventArgs() public méthode

Initializes a new instance of the ConfigurationChangedEventArgs class.
public ConfigurationChangedEventArgs ( ConfigurationContainer container, string key, object newValue ) : System
container ConfigurationContainer The container.
key string The key.
newValue object The new value.
Résultat System