RoleManagerEventHandler Delegate
Defines the delegate for the GetRoles event of the RoleManagerModule class.
Assembly: System.Web (in System.Web.dll)
Parameters
- sender
- Type: System.Object
The RoleManagerModule that raised the GetRoles event.
- e
- Type: System.Web.Security.RoleManagerEventArgs
A RoleManagerEventArgs object that contains the event data.
The RoleManagerEventHandler delegate is defined for the GetRoles event of the RoleManagerModule class. You can access the GetRoles event of the RoleManagerModule class in the Global.asax file for your ASP.NET application as shown in the example for this topic.
You can use the RoleManagerEventHandler to replace the creation of the RolePrincipal object by the RoleManagerModule with your own custom object. To do this, define a delegate using the RoleManagerEventHandler and assign it to the GetRoles event of the RoleManagerModule.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.