Class UserUserControlBase.UserRemovedEventArgs
The UserRemovedEventArgs class provides a customised EventArgs class for the UserRemoved Event.
Inheritance
System.Object
UserUserControlBase.UserRemovedEventArgs
Inherited Members
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class UserRemovedEventArgs : UserUserControlBase.BaseUserEventArgs
Constructors
| Improve this Doc View SourceUserRemovedEventArgs(Int32, String)
Initializes a new instance of the UserUserControlBase.UserRemovedEventArgs class. Constructs a new UserRemovedEventArgs.
Declaration
public UserRemovedEventArgs(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. |