Show / Hide Table of Contents

Class RoleEventArgs

Inheritance
object
EventArgs
RoleEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke.dll
Syntax
public class RoleEventArgs : EventArgs

Constructors

RoleEventArgs()

Declaration
public RoleEventArgs()

Properties

Role

Declaration
public RoleInfo Role { get; set; }
Property Value
Type Description
RoleInfo

User

Declaration
public UserInfo User { get; set; }
Property Value
Type Description
UserInfo

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS