Class ElementMovedNotification
The notification is published and called after the element has been moved.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ElementMovedNotification : MovedNotification<IElement>, IStatefulNotification, INotification
Constructors
View SourceElementMovedNotification(MoveEventInfo<IElement>, EventMessages)
Declaration
public ElementMovedNotification(MoveEventInfo<IElement> target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| MoveEventInfo<IElement> | target | |
| EventMessages | messages |