WebPartAuthorizationEventHandler Delegate
Represents the method that handles the AuthorizeWebPart event of a WebPartManager object.
Assembly: System.Web (in System.Web.dll)
public delegate void WebPartAuthorizationEventHandler( Object^ sender, WebPartAuthorizationEventArgs^ e )
Parameters
- sender
- Type: System::Object
The source of the event.
- e
- Type: System.Web.UI.WebControls.WebParts::WebPartAuthorizationEventArgs
A WebPartAuthorizationEventArgs that contains the event data.
The 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 WebPartAuthorizationEventHandler delegate is called when an 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.
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.