Class ProfileEventArgs
Inherited Members
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 |