ChangePassword.CancelButtonClick Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the user clicks the Cancel button to cancel changing a password.
public:
event EventHandler ^ CancelButtonClick;
public event EventHandler CancelButtonClick;
member this.CancelButtonClick : EventHandler
Public Custom Event CancelButtonClick As EventHandler
Event Type
Applies to
See also
- OnCancelButtonClick(EventArgs)
- CancelButtonCommandName
- Server Event Handling in ASP.NET Web Pages
- ASP.NET Login Controls Overview
- Customizing Appearance and Behavior of the ASP.NET Login Controls
- ASP.NET Web Server Controls Templates
- How to: Display Different Information to Anonymous and Logged In Users
- Web Site Administration Tool Security Tab
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.