C# Class WPFLocalizeExtension.Engine.DictionaryEventArgs

Event argument for dictionary events.
Inheritance: System.EventArgs
Afficher le fichier Open project: SeriousM/WPFLocalizationExtension Class Usage Examples

Méthodes publiques

Méthode Description
DictionaryEventArgs ( DictionaryEventType type, object tag ) : System

The constructor.

ToString ( ) : string

Returns the type and tag as a string.

Method Details

DictionaryEventArgs() public méthode

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

ToString() public méthode

Returns the type and tag as a string.
public ToString ( ) : string
Résultat string