Class UserUserControlBase.UserCreatedEventArgs
The UserCreatedEventArgs class provides a customised EventArgs class for the UserCreated Event.
Inheritance
System.Object
UserUserControlBase.UserCreatedEventArgs
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class UserCreatedEventArgs : object
Constructors
| Improve this Doc View SourceUserCreatedEventArgs(UserInfo)
Initializes a new instance of the UserUserControlBase.UserCreatedEventArgs class. Constructs a new UserCreatedEventArgs.
Declaration
public UserCreatedEventArgs(UserInfo newUser)
Parameters
Type | Name | Description |
---|---|---|
UserInfo | newUser | The newly Created User. |
Properties
| Improve this Doc View SourceCreateStatus
Gets or sets the Create Status.
Declaration
public UserCreateStatus CreateStatus { get; set; }
Property Value
Type | Description |
---|---|
UserCreateStatus |
NewUser
Gets or sets the New User.
Declaration
public UserInfo NewUser { get; set; }
Property Value
Type | Description |
---|---|
UserInfo |
Notify
Gets or sets a value indicating whether gets and sets a flag whether to Notify the new User of the Creation.
Declaration
public bool Notify { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |