RoleManagerEventArgs Class
.NET Framework 2.0
Provides event data for the GetRoles event of the RoleManagerModule class.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The RoleManagerEventArgs object provides event information to the GetRoles event of the RoleManagerModule class. The RoleManagerEventArgs object provides access to the HttpContext of the current request, and a BooleanRolesPopulated property is used to enable or cancel creation of a RolePrincipal by theRoleManagerModule.
- AspNetHostingPermission for using the RoleManagerEventArgs class in a hosted environment. Demand value: LinkDemand. Permission value: Minimal.
Community Additions
ADD
Show: