C# Class lageant.ViewModels.PasswordInputViewModel

Inheritance: Caliburn.Micro.Screen
显示文件 Open project: bitbeans/lageant Class Usage Examples

Public Methods

Method Description
PasswordChanged ( RoutedEventArgs e ) : void

User password changed.

SendOk ( ) : void

Private Methods

Method Description
PasswordInputViewModel ( ) : System.ComponentModel.Composition
SetSelection ( System.Windows.Controls.PasswordBox passwordBox, int start, int length ) : void

Sets the cursor to a given selection.

Method Details

PasswordChanged() public method

User password changed.
public PasswordChanged ( RoutedEventArgs e ) : void
e RoutedEventArgs
return void

SendOk() public method

public SendOk ( ) : void
return void