Exemplo n.º 1
0
 /// <summary>
 /// Fired when the password box password value changes
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void PasswordBox_PasswordChanged(object sender, RoutedEventArgs e)
 {
     // Set the attached HasText value
     HasTextProperty.SetValue((PasswordBox)sender);
 }