UpdatePasswordBindingOnPropertyChanged Class

Custom behavior that updates the source of a binding on a password box as the text changes.

Namespace:  Microsoft.Practices.Prism.Interactivity
Assembly:  Microsoft.Practices.Prism.Interactivity (in Microsoft.Practices.Prism.Interactivity.dll)

Syntax

public class UpdatePasswordBindingOnPropertyChanged : Behavior<PasswordBox>
'Declaration
Public Class UpdatePasswordBindingOnPropertyChanged _
    Inherits Behavior(Of PasswordBox)

Inheritance Hierarchy

System.Object
  System.Windows.DependencyObject
    System.Windows.Interactivity.Behavior
      System.Windows.Interactivity.Behavior<PasswordBox>
        Microsoft.Practices.Prism.Interactivity.UpdatePasswordBindingOnPropertyChanged

See Also

UpdatePasswordBindingOnPropertyChanged Members

Microsoft.Practices.Prism.Interactivity Namespace