RoleManagerEventArgs.RoleManagerEventArgs Constructor
.NET Framework 2.0
Creates an instance of the RoleManagerEventArgs class and sets the Context property to the specified HttpContext.
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 the RoleManagerModule.
Community Additions
ADD
Show: