System.Web.Security.RoleManagerEventArgs Class

Provides event data for the RoleManagerModule.GetRoles event of the System.Web.Security.RoleManagerModule class.

See Also: RoleManagerEventArgs Members

Syntax

public sealed class RoleManagerEventArgs : EventArgs

Remarks

The System.Web.Security.RoleManagerEventArgs object provides event information to the RoleManagerModule.GetRoles event of the System.Web.Security.RoleManagerModule class. The System.Web.Security.RoleManagerEventArgs object provides access to the System.Web.HttpContext of the current request, and a Boolean RoleManagerEventArgs.RolesPopulated property is used to enable or cancel creation of a System.Web.Security.RolePrincipal by the System.Web.Security.RoleManagerModule.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0