C# 클래스 WinRTXamlToolkit.Controls.Extensions.AutoTabOnMaxLengthHandler

Handler object type for the AutoTabOnMaxLength property.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
AutoTabOnMaxLengthHandler ( TextBox associatedObject ) : System

Initializes a new instance of the AutoTabOnMaxLengthHandler class.

Detach ( ) : void

Detaches this instance.

비공개 메소드들

메소드 설명
AssociatedObjectOnSelectionChanged ( object sender, RoutedEventArgs routedEventArgs ) : void
Attach ( TextBox associatedObject ) : void

메소드 상세

AutoTabOnMaxLengthHandler() 공개 메소드

Initializes a new instance of the AutoTabOnMaxLengthHandler class.
public AutoTabOnMaxLengthHandler ( TextBox associatedObject ) : System
associatedObject Windows.UI.Xaml.Controls.TextBox The associated object.
리턴 System

Detach() 공개 메소드

Detaches this instance.
public Detach ( ) : void
리턴 void