C# Class WPFLocalizeExtension.Providers.ValueChangedEventArgs

Events arguments for a ValueChangedEventHandler.
Inheritance: System.EventArgs
Afficher le fichier Open project: SeriousM/WPFLocalizationExtension Class Usage Examples

Méthodes publiques

Méthode Description
ValueChangedEventArgs ( string key, object value, object tag ) : System

Creates a new ValueChangedEventArgs instance.

Method Details

ValueChangedEventArgs() public méthode

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