C# Class WPFLocalizeExtension.Engine.DictionaryEventArgs

Event argument for dictionary events.
Inheritance: System.EventArgs
ファイルを表示 Open project: SeriousM/WPFLocalizationExtension Class Usage Examples

Public Methods

Method Description
DictionaryEventArgs ( DictionaryEventType type, object tag ) : System

The constructor.

ToString ( ) : string

Returns the type and tag as a string.

Method Details

DictionaryEventArgs() public method

The constructor.
public DictionaryEventArgs ( DictionaryEventType type, object tag ) : System
type DictionaryEventType The type of the event.
tag object The corresponding tag.
return System

ToString() public method

Returns the type and tag as a string.
public ToString ( ) : string
return string