C# Class WinRTXamlToolkit.Controls.Extensions.AutoTabOnMaxLengthHandler

Handler object type for the AutoTabOnMaxLength property.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode Description
AutoTabOnMaxLengthHandler ( TextBox associatedObject ) : System

Initializes a new instance of the AutoTabOnMaxLengthHandler class.

Detach ( ) : void

Detaches this instance.

Private Methods

Méthode Description
AssociatedObjectOnSelectionChanged ( object sender, RoutedEventArgs routedEventArgs ) : void
Attach ( TextBox associatedObject ) : void

Method Details

AutoTabOnMaxLengthHandler() public méthode

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

Detach() public méthode

Detaches this instance.
public Detach ( ) : void
Résultat void