Search Results for

    Show / Hide Table of Contents
    View Source

    Class RollbackEventArgs<TEntity>

    Inheritance
    System.Object
    CancellableEventArgs
    CancellableObjectEventArgs
    CancellableObjectEventArgs<TEntity>
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class RollbackEventArgs<TEntity> : CancellableObjectEventArgs<TEntity>
    Type Parameters
    Name Description
    TEntity

    Constructors

    View Source

    RollbackEventArgs(TEntity)

    Declaration
    public RollbackEventArgs(TEntity eventObject)
    Parameters
    Type Name Description
    TEntity eventObject
    View Source

    RollbackEventArgs(TEntity, Boolean)

    Declaration
    public RollbackEventArgs(TEntity eventObject, bool canCancel)
    Parameters
    Type Name Description
    TEntity eventObject
    System.Boolean canCancel

    Properties

    View Source

    Entity

    The entity being rolledback

    Declaration
    public TEntity Entity { get; }
    Property Value
    Type Description
    TEntity
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RollbackEventArgs(TEntity)
      • RollbackEventArgs(TEntity, Boolean)
    • Properties
      • Entity
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX