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