Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryItemMovingNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveEventInfo<IDictionaryItem>>>
    CancelableObjectNotification<IEnumerable<MoveEventInfo<IDictionaryItem>>>
    MovingNotification<IDictionaryItem>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class DictionaryItemMovingNotification : MovingNotification<IDictionaryItem>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    DictionaryItemMovingNotification(IEnumerable<MoveEventInfo<IDictionaryItem>>, EventMessages)

    Declaration
    public DictionaryItemMovingNotification(IEnumerable<MoveEventInfo<IDictionaryItem>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<MoveEventInfo<IDictionaryItem>> target
    EventMessages messages
    View Source

    DictionaryItemMovingNotification(MoveEventInfo<IDictionaryItem>, EventMessages)

    Declaration
    public DictionaryItemMovingNotification(MoveEventInfo<IDictionaryItem> target, EventMessages messages)
    Parameters
    Type Name Description
    MoveEventInfo<IDictionaryItem> target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionaryItemMovingNotification(IEnumerable<MoveEventInfo<IDictionaryItem>>, EventMessages)
      • DictionaryItemMovingNotification(MoveEventInfo<IDictionaryItem>, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX