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