Class Notifications
- Namespace
- Dynamicweb.Security.User
Management .Notifications
- Assembly
- Dynamicweb.Core.dll
Represents a set of notifications available in User Management module.
- Inheritance
-
Notifications
- Inherited Members
Fields
OnBeforeListUsers
Fires when users search.
Field Value
OnDownloadFile
Fires when users download.
Field Value
UserAddressOnAfterDelete
Fires after the user address has been deleted.
Field Value
UserAddressOnAfterSave
Fires after the user address has been saved.
Field Value
UserAddressOnBeforeDelete
Fires just before the user address is deleted. The user address object can be modified before the actual deleting is done.
Field Value
UserAddressOnBeforeSave
Fires just before the user address is saved. The user address object can be modified before the actual saving is done.
Field Value
UserDeleted
Fires when the user has been deleted.
Field Value
UserGroupDeleted
Fires when the group has been deleted.
Field Value
UserGroupOnBeforeSave
Fires just before the group is saved. The group object can be modified before the actual saving is done.
Field Value
UserGroupSaved
Fires when the group has been saved.
Field Value
UserOnBeforeSave
Fires just before the user is saved. The user object can be modified before the actual saving is done.
Field Value
UserSaved
Fires when the user has been saved.
Field Value
UserValidated
Fires when the user has been validated.