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