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