C# Class WPFLocalizeExtension.Providers.ValueChangedEventArgs

Events arguments for a ValueChangedEventHandler.
Inheritance: System.EventArgs
Exibir arquivo Open project: SeriousM/WPFLocalizationExtension Class Usage Examples

Public Methods

Method Description
ValueChangedEventArgs ( string key, object value, object tag ) : System

Creates a new ValueChangedEventArgs instance.

Method Details

ValueChangedEventArgs() public method

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.
return System