Class UserEventArgs
Inherited Members
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class UserEventArgs : EventArgs
Constructors
UserEventArgs()
Declaration
public UserEventArgs()
Properties
SendNotification
Declaration
public bool SendNotification { get; set; }
Property Value
Type | Description |
---|---|
bool |
User
Declaration
public UserInfo User { get; set; }
Property Value
Type | Description |
---|---|
UserInfo |