C# 클래스 WPFLocalizeExtension.Engine.DictionaryEventArgs

Event argument for dictionary events.
상속: System.EventArgs
파일 보기 프로젝트 열기: SeriousM/WPFLocalizationExtension 1 사용 예제들

공개 메소드들

메소드 설명
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