Class MemberDeletedNotification
Notification that is published after a member has been deleted.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class MemberDeletedNotification : DeletedNotification<IMember>, IStatefulNotification, INotification
Remarks
This notification is published by the IMemberService when Delete or DeleteMembersOfType methods complete. It is not cancelable since the delete operation has already completed.
Constructors
View SourceMemberDeletedNotification(IMember, EventMessages)
Initializes a new instance of the MemberDeletedNotification class with a single member.
Declaration
public MemberDeletedNotification(IMember target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IMember | target | The member that was deleted. |
| EventMessages | messages | The event messages collection. |