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