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