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