WebPartAuthorizationEventHandler Delegate
Assembly: System.Web (in system.web.dll)
public delegate void WebPartAuthorizationEventHandler ( Object^ sender, WebPartAuthorizationEventArgs^ e )
/** @delegate */ public delegate void WebPartAuthorizationEventHandler ( Object sender, WebPartAuthorizationEventArgs e )
Not applicable.
Parameters
- sender
The source of the event.
- e
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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.