ChangePassword.OnCancelButtonClick(EventArgs) Method
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.
Raises the CancelButtonClick event when a user clicks the Cancel button.
protected:
virtual void OnCancelButtonClick(EventArgs ^ e);
protected virtual void OnCancelButtonClick (EventArgs e);
abstract member OnCancelButtonClick : EventArgs -> unit
override this.OnCancelButtonClick : EventArgs -> unit
Protected Overridable Sub OnCancelButtonClick (e As EventArgs)
Parameters
Applies to
See also
- OnBubbleEvent(Object, EventArgs)
- CancelButtonClick
- 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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.