Méthode | Description | |
---|---|---|
ValueChangedEventArgs ( string key, object value, object tag ) : System |
Creates a new ValueChangedEventArgs instance.
|
public ValueChangedEventArgs ( string key, object value, object tag ) : System | ||
key | string | The key where the value was changed. |
value | object | The new value. |
tag | object | A custom tag. |
Résultat | System |