Partilhar via


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)
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()

See Also

Reference

PasswordTextBox Class

PasswordTextBox Members

Microsoft.SharePoint.WebControls Namespace