C# Class WinRTXamlToolkit.Controls.Extensions.PasswordAutoTabOnMaxLengthHandler

Handler object type for the AutoTabOnMaxLength property.
Mostra file Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
Detach ( ) : void

Detaches this instance.

PasswordAutoTabOnMaxLengthHandler ( PasswordBox associatedObject ) : System.ComponentModel

Initializes a new instance of the PasswordAutoTabOnMaxLengthHandler class.

Private Methods

Method Description
AssociatedObjectOnKeyUp ( object sender, KeyRoutedEventArgs keyRoutedEventArgs ) : void
Attach ( PasswordBox associatedObject ) : void
IsSystemKey ( VirtualKey key ) : bool

Method Details

Detach() public method

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

PasswordAutoTabOnMaxLengthHandler() public method

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