Class RoleEventArgs
Inheritance
System.Object
RoleEventArgs
Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke.dll
Syntax
public class RoleEventArgs : EventArgs
Properties
| Improve this Doc View SourceRole
Declaration
public RoleInfo Role { get; set; }
Property Value
Type | Description |
---|---|
RoleInfo |
User
Declaration
public UserInfo User { get; set; }
Property Value
Type | Description |
---|---|
UserInfo |