Navigation :
UpdateBindingOnPasswordChanged
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.Windows.Interactivity |
Available on |
.NET Framework 4.5, .NET Framework 4.6 |
public class UpdateBindingOnPasswordChanged : BehaviorBase<PasswordBox>
Base types
BehaviorBase
This behavior automatically updates the binding of a when thePasswordChanged
event occurs.
Fields
PasswordProperty
The Password Property
Properties
Password
Gets or sets the password.
Methods
OnAssociatedObjectLoaded()
Called when the associated object is loaded.
OnAssociatedObjectUnloaded()
Called when the associated object is unloaded.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion