Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Sub RaisePostDataChangedEvent
'Usage
Dim instance As PasswordTextBox
instance.RaisePostDataChangedEvent()
public virtual void RaisePostDataChangedEvent()
Implements
IPostBackDataHandler.RaisePostDataChangedEvent()