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