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