C# 클래스 WPFLocalizeExtension.Providers.ValueChangedEventArgs

Events arguments for a ValueChangedEventHandler.
상속: System.EventArgs
파일 보기 프로젝트 열기: SeriousM/WPFLocalizationExtension 1 사용 예제들

공개 메소드들

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