Class ProfileEventArgs
Inheritance
System.Object
ProfileEventArgs
Namespace: DotNetNuke.Entities.Profile
Assembly: DotNetNuke.dll
Syntax
public class ProfileEventArgs : EventArgs
Properties
| Improve this Doc View SourceOldProfile
Gets or sets the user's profile, as it was before the change.
Declaration
public UserProfile OldProfile { get; set; }
Property Value
Type | Description |
---|---|
UserProfile |
User
Gets or sets the user whom's profile has been changed. This includes the Profile property with the updated profile.
Declaration
public UserInfo User { get; set; }
Property Value
Type | Description |
---|---|
UserInfo |