System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventHandler Delegate

Represents the method that handles the WebPartManager.AuthorizeWebPart event of a System.Web.UI.WebControls.WebParts.WebPartManager object.

Syntax

public delegate void WebPartAuthorizationEventHandler (object source, WebPartAuthorizationEventArgs e)

Parameters

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

Remarks

The WebPartManager.AuthorizeWebPart event is raised before a Web Parts control is added to a Web Parts zone. You can specify which Web Parts controls can be added to a zone by customizing how the event is handled. The method specified in the System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventHandler delegate is called when an WebPartManager.AuthorizeWebPart event is raised.

Page developers can provide custom handlers for Web Parts events by adding an OnAuthorizeWebPart 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