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