This documentation is archived and is not being maintained.
WebPartManager::OnWebPartDeleted Method
Visual Studio 2010
Raises the WebPartDeleted event, which occurs after a WebPart control has been permanently deleted from a page.
Assembly: System.Web (in System.Web.dll)
Parameters
- e
- Type: System.Web.UI.WebControls.WebParts::WebPartEventArgs
A WebPartEventArgs that contains the event data.
The OnWebPartDeleted method is called during the process of deleting a WebPart control (or other server control that is added to a WebPartZoneBase zone) from a page.
Page developers can create a custom handler for the WebPartDeleted event by adding the OnWebPartDeleted attribute to the <asp:webpartmanager> element, and assigning a custom method name to the attribute.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: