RoleManagerEventArgs Class
Provides event data for the GetRoles event of the RoleManagerModule class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RoleManagerEventArgs(HttpContext^) | Creates an instance of the RoleManagerEventArgs class and sets the Context property to the specified HttpContext. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets the HttpContext for the current request. |
![]() | RolesPopulated | Gets or sets a value indicating whether role information has been applied to the current user. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)