View Source
Class CancelableObjectNotification<T>
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class CancelableObjectNotification<T> : ObjectNotification<T>, IStatefulNotification, ICancelableNotification, INotification where T : class
Type Parameters
Constructors
View Source
CancelableObjectNotification(T, EventMessages)
Declaration
protected CancelableObjectNotification(T target, EventMessages messages)
Parameters
Properties
View Source
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
View Source
CancelOperation(EventMessage)
Declaration
public void CancelOperation(EventMessage cancelationMessage)
Parameters