C# Class WinRTXamlToolkit.Controls.Extensions.AutoSelectOnFocusHandler

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

Méthodes publiques

Méthode Description
AutoSelectOnFocusHandler ( TextBox associatedObject ) : System

Initializes a new instance of the AutoSelectOnFocusHandler class.

Detach ( ) : void

Detaches this instance.

Private Methods

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

Method Details

AutoSelectOnFocusHandler() public méthode

Initializes a new instance of the AutoSelectOnFocusHandler class.
public AutoSelectOnFocusHandler ( 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