Search Results for

    Show / Hide Table of Contents
    View Source

    Class ElementMovingNotification

    Called while an element is moving, but before it has been moved. Cancel the operation to prevent the movement.

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

    Constructors

    View Source

    ElementMovingNotification(MoveEventInfo<IElement>, EventMessages)

    Declaration
    public ElementMovingNotification(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