C# Class WinRTXamlToolkit.Controls.Extensions.PasswordAutoSelectOnFocusHandler

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

Méthodes publiques

Méthode Description
Detach ( ) : void

Detaches this instance.

PasswordAutoSelectOnFocusHandler ( PasswordBox associatedObject ) : System.ComponentModel

Initializes a new instance of the PasswordAutoSelectOnFocusHandler class.

Private Methods

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

Method Details

Detach() public méthode

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

PasswordAutoSelectOnFocusHandler() public méthode

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