Represents the method that handles the WebPartManager.AuthorizeWebPart event of a System.Web.UI.WebControls.WebParts.WebPartManager object.
- source
- Documentation for this section has not yet been entered.
- e
- Documentation for this section has not yet been entered.
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.