PasswordTextBox.RaisePostDataChangedEvent method
Signals the server control object to notify the ASP.NET application that the state of the control has changed by raising the PasswordChanged event.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Sub RaisePostDataChangedEvent
'Usage
Dim instance As PasswordTextBox
instance.RaisePostDataChangedEvent()
public virtual void RaisePostDataChangedEvent()
Implements
IPostBackDataHandler.RaisePostDataChangedEvent()