The IUserManager type exposes the following members.
Events
| Name | Description | |
|---|---|---|
|
|
AfterUserDelete |
This event is fired after a User is deleted.
(Inherited from IUserEvents.) |
|
|
AfterUserGroupDelete |
This event is fired after a Group is deleted.
(Inherited from IUserGroupEvents.) |
|
|
BeforeUserDelete |
This event is fired before a User is deleted.
(Inherited from IUserEvents.) |
|
|
BeforeUserGroupDelete |
This event is fired before a Group is deleted.
(Inherited from IUserGroupEvents.) |
|
|
UserCreated |
This event is fired when a User is created.
(Inherited from IUserEvents.) |
|
|
UserGroupCreated |
This event is fired when a Group is created.
(Inherited from IUserGroupEvents.) |
See Also