Class ElementDeletedNotification
A notification that is used to trigger the IElementService when the Delete and EmptyRecycleBin methods are called in the API.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ElementDeletedNotification : DeletedNotification<IElement>, IStatefulNotification, INotification
Constructors
View SourceElementDeletedNotification(IElement, EventMessages)
Declaration
public ElementDeletedNotification(IElement target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IElement | target | |
| EventMessages | messages |