Class UserEventArgs
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class UserEventArgs : EventArgs
Properties
| Improve this Doc View SourceSendNotification
Declaration
public bool SendNotification { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
User
Declaration
public UserInfo User { get; set; }
Property Value
Type | Description |
---|---|
UserInfo |