C# Class WinRTXamlToolkit.Controls.Extensions.AutoTabOnMaxLengthHandler

Handler object type for the AutoTabOnMaxLength property.
ファイルを表示 Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
AutoTabOnMaxLengthHandler ( TextBox associatedObject ) : System

Initializes a new instance of the AutoTabOnMaxLengthHandler class.

Detach ( ) : void

Detaches this instance.

Private Methods

Method Description
AssociatedObjectOnSelectionChanged ( object sender, RoutedEventArgs routedEventArgs ) : void
Attach ( TextBox associatedObject ) : void

Method Details

AutoTabOnMaxLengthHandler() public method

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

Detach() public method

Detaches this instance.
public Detach ( ) : void
return void