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