C# Класс WPFLocalizeExtension.Providers.ValueChangedEventArgs

Events arguments for a ValueChangedEventHandler.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ValueChangedEventArgs ( string key, object value, object tag ) : System

Creates a new ValueChangedEventArgs instance.

Описание методов

ValueChangedEventArgs() публичный Метод

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.
Результат System