View Source
  Class ContentDeletingNotification
  
  
  
  
    Inheritance
      System.Object
      
      
      
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public sealed class ContentDeletingNotification : DeletingNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification
   
  Constructors
  
  
    View Source
  
  ContentDeletingNotification(IEnumerable<IContent>, EventMessages)
  
  
  Declaration
  
    public ContentDeletingNotification(IEnumerable<IContent> target, EventMessages messages)
   
  Parameters
  
  
    View Source
  
  ContentDeletingNotification(IContent, EventMessages)
  
  
  Declaration
  
    public ContentDeletingNotification(IContent target, EventMessages messages)
   
  Parameters