Class MemberGroupDeletedNotification
Notification published after member groups have been deleted.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class MemberGroupDeletedNotification : DeletedNotification<IMemberGroup>, IStatefulNotification, INotification
Remarks
This notification is published after member groups have been successfully deleted, allowing handlers to react for auditing or cache invalidation purposes.
Constructors
View SourceMemberGroupDeletedNotification(IMemberGroup, EventMessages)
Initializes a new instance of the MemberGroupDeletedNotification class.
Declaration
public MemberGroupDeletedNotification(IMemberGroup target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IMemberGroup | target | The member group that was deleted. |
| EventMessages | messages | The event messages collection. |