View Source
  Class MovingNotification<T>
  
  
  
  
    Inheritance
      System.Object
      
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public abstract class MovingNotification<T> : CancelableObjectNotification<IEnumerable<MoveEventInfo<T>>>, IStatefulNotification, ICancelableNotification, INotification
   
  Type Parameters
  
  Constructors
  
  
    View Source
  
  MovingNotification(IEnumerable<MoveEventInfo<T>>, EventMessages)
  
  
  Declaration
  
    protected MovingNotification(IEnumerable<MoveEventInfo<T>> target, EventMessages messages)
   
  Parameters
  
  
    View Source
  
  MovingNotification(MoveEventInfo<T>, EventMessages)
  
  
  Declaration
  
    protected MovingNotification(MoveEventInfo<T> target, EventMessages messages)
   
  Parameters
  
  Properties
  
  
    View Source
  
  MoveInfoCollection
  
  
  Declaration
  
    public IEnumerable<MoveEventInfo<T>> MoveInfoCollection { get; }
   
  Property Value