C# Class lageant.ViewModels.PasswordInputViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: bitbeans/lageant Class Usage Examples

Méthodes publiques

Méthode Description
PasswordChanged ( RoutedEventArgs e ) : void

User password changed.

SendOk ( ) : void

Private Methods

Méthode 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 méthode

User password changed.
public PasswordChanged ( RoutedEventArgs e ) : void
e RoutedEventArgs
Résultat void

SendOk() public méthode

public SendOk ( ) : void
Résultat void