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