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