PasswordBox::PasswordChanged Event
.NET Framework (current version)
Occurs when the value of the Password property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
The following example shows how to specify the handler method for the PasswordChanged event.
<PasswordBox Name="pwdBox" MaxLength="64" PasswordChar="#" PasswordChanged="PasswordChangedHandler" />
The following example shows the corresponding event handler. In this case, the event handler simply increments a counter.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: