View Source
Class RollbackEventArgs<TEntity>
Inheritance
object
EventArgs
Assembly: Umbraco.Core.dll
Syntax
public class RollbackEventArgs<TEntity> : CancellableObjectEventArgs<TEntity>
Type Parameters
Constructors
View Source
RollbackEventArgs(TEntity)
Declaration
public RollbackEventArgs(TEntity eventObject)
Parameters
| Type |
Name |
Description |
| TEntity |
eventObject |
|
View Source
RollbackEventArgs(TEntity, bool)
Declaration
public RollbackEventArgs(TEntity eventObject, bool canCancel)
Parameters
| Type |
Name |
Description |
| TEntity |
eventObject |
|
| bool |
canCancel |
|
Properties
View Source
Entity
The entity being rolledback
Declaration
public TEntity? Entity { get; }
Property Value