View Source
Class ScopedEntityRemoveNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ScopedEntityRemoveNotification : ObjectNotification<IContentBase>, IStatefulNotification, INotification
Constructors
View Source
ScopedEntityRemoveNotification(IContentBase, EventMessages)
Declaration
public ScopedEntityRemoveNotification(IContentBase target, EventMessages messages)
Parameters
Properties
View Source
Entity
Declaration
public IContentBase Entity { get; }
Property Value