1 instantiation of WebPartAuthorizationEventArgs
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
3189WebPartAuthorizationEventArgs auth = new WebPartAuthorizationEventArgs(type, path, authorizationFilter, isShared);
3 references to WebPartAuthorizationEventArgs
System.Web (3)
UI\WebParts\WebPartAuthorizationEventHandler.cs (1)
11public delegate void WebPartAuthorizationEventHandler(object sender, WebPartAuthorizationEventArgs e);
UI\WebParts\WebPartManager.cs (2)
3189WebPartAuthorizationEventArgs auth = new WebPartAuthorizationEventArgs(type, path, authorizationFilter, isShared); 3590protected virtual void OnAuthorizeWebPart(WebPartAuthorizationEventArgs e) {