System.Web.UI.WebControls.WebParts.WebPartCancelEventHandler Delegate

Represents the method that will handle the WebPartManager.SelectedWebPartChanging event, WebPartManager.WebPartClosing event, or WebPartManager.WebPartDeleting event of the System.Web.UI.WebControls.WebParts.WebPartManager class.

Syntax

public delegate void WebPartCancelEventHandler (object source, WebPartCancelEventArgs e)

Parameters

source
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

The method specified in the System.Web.UI.WebControls.WebParts.WebPartCancelEventHandler delegate is called when a WebPartManager.SelectedWebPartChanging event, WebPartManager.WebPartClosing event, or WebPartManager.WebPartDeleting event is raised.

Page developers can provide custom handlers for Web Parts events by adding an OnSelectedWebPartChanging attribute, OnWebPartClosing attribute, or OnWebPartDeleting attribute to the <asp:webpartmanager> element in a page, and assigning a custom method name to the attribute. A custom handler can also be assigned programmatically. For more information on programmatically assigning an event handler, see How to: Connect Event Handler Methods to Events.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0