Class UserUserControlBase.UserRestoredEventArgs
The UserRestoredEventArgs class provides a customised EventArgs class for the UserRestored Event.
Inheritance
System.Object
UserUserControlBase.UserRestoredEventArgs
Inherited Members
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class UserRestoredEventArgs : UserUserControlBase.BaseUserEventArgs
Constructors
| Improve this Doc View SourceUserRestoredEventArgs(Int32, String)
Initializes a new instance of the UserUserControlBase.UserRestoredEventArgs class. Constructs a new UserRestoredEventArgs.
Declaration
public UserRestoredEventArgs(int id, string name)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | The Id of the User. |
System.String | name | The user name of the User. |