Search Results for

    Show / Hide Table of Contents
    View Source

    Class ElementMovedNotification

    The notification is published and called after the element has been moved.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveEventInfo<IElement>>>
    MovedNotification<IElement>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ElementMovedNotification : MovedNotification<IElement>, IStatefulNotification, INotification

    Constructors

    View Source

    ElementMovedNotification(MoveEventInfo<IElement>, EventMessages)

    Declaration
    public ElementMovedNotification(MoveEventInfo<IElement> target, EventMessages messages)
    Parameters
    Type Name Description
    MoveEventInfo<IElement> target
    EventMessages messages
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX