PasswordTextBox.PasswordChanged Event

An event that occurs when the user supplies a new password value.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Event PasswordChanged As EventHandler
'Usage
Dim instance As PasswordTextBox
Dim handler As EventHandler

AddHandler instance.PasswordChanged, handler
public event EventHandler PasswordChanged

See Also

Reference

PasswordTextBox Class

PasswordTextBox Members

Microsoft.SharePoint.WebControls Namespace