View Source
Class CreatingNotification<T>
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class CreatingNotification<T> : CancelableObjectNotification<T>, IStatefulNotification, ICancelableNotification, INotification where T : class
Type Parameters
Constructors
View Source
CreatingNotification(T, EventMessages)
Declaration
protected CreatingNotification(T target, EventMessages messages)
Parameters
Properties
View Source
CreatedEntity
Declaration
public T CreatedEntity { get; }
Property Value