C# 클래스 PocketCampus.Common.TextBoxEx

Attached properties for the TextBox class.
상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 프로퍼티들

프로퍼티 타입 설명
EnterCommandProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetEnterCommand ( DependencyObject obj ) : ICommand
SetEnterCommand ( DependencyObject obj, ICommand value ) : void

비공개 메소드들

메소드 설명
OnEnterCommandChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
TextBox_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

메소드 상세

GetEnterCommand() 공개 정적인 메소드

public static GetEnterCommand ( DependencyObject obj ) : ICommand
obj System.Windows.DependencyObject
리턴 ICommand

SetEnterCommand() 공개 정적인 메소드

public static SetEnterCommand ( DependencyObject obj, ICommand value ) : void
obj System.Windows.DependencyObject
value ICommand
리턴 void

프로퍼티 상세

EnterCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows EnterCommandProperty
리턴 System.Windows.DependencyProperty