Méthode | Description | |
---|---|---|
ConfigurationChangedEventArgs ( ConfigurationContainer container, string key, object newValue ) : System |
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 |