System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs Class

Provides data for the WebPartManager.AuthorizeWebPart event.

See Also: WebPartAuthorizationEventArgs Members

Syntax

public class WebPartAuthorizationEventArgs : EventArgs

Remarks

The WebPartManager.AuthorizeWebPart event occurs before a System.Web.UI.WebControls.WebParts.WebPart control is added to a page. There are a number of common scenarios where a control can be added to a page. For a full description of these, see the Remarks section for the erload:System.Web.UI.WebControls.WebParts.WebPartManager.IsAuthorized method.

The System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs class provides access to properties about the Web Parts control being added to the page. When a control is added, it must be checked to see whether its WebPart.AuthorizationFilter property has been set and, if so, whether the control is authorized to be added to the page.

Requirements

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