Show / Hide Table of Contents

Class ProfileEventArgs

Inheritance
object
EventArgs
ProfileEventArgs
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.Entities.Profile
Assembly: DotNetNuke.dll
Syntax
public class ProfileEventArgs : EventArgs

Constructors

ProfileEventArgs()

Declaration
public ProfileEventArgs()

Properties

OldProfile

Declaration
public UserProfile OldProfile { get; set; }
Property Value
Type Description
UserProfile

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