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