WebPart::OnDeleting Method (EventArgs^)
.NET Framework (current version)
Enables derived classes to provide custom handling when a WebPart control is permanently removed from a Web Parts page.
Assembly: System.Web (in System.Web.dll)
Notes to Inheritors:
A derived control needs to override the OnDeleting method. Developers can raise custom events or carry out other actions. The method is called when the DeleteWebPart method is called.
.NET Framework
Available since 2.0
Available since 2.0
Show: