C# Класс WPFLocalizeExtension.Engine.DictionaryEventArgs

Event argument for dictionary events.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DictionaryEventArgs ( DictionaryEventType type, object tag ) : System

The constructor.

ToString ( ) : string

Returns the type and tag as a string.

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

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

The constructor.
public DictionaryEventArgs ( DictionaryEventType type, object tag ) : System
type DictionaryEventType The type of the event.
tag object The corresponding tag.
Результат System

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

Returns the type and tag as a string.
public ToString ( ) : string
Результат string