Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HistoryAddingEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HistoryAddingEventArgs

    HistoryAddingEventArgs notifies when an entry is added to the undo/redo stack.

    Inheritance
    System.Object
    HistoryAddingEventArgs
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HistoryAddingEventArgs : Object

    Constructors

    HistoryAddingEventArgs()

    Declaration
    public HistoryAddingEventArgs()

    Properties

    Cancel

    Gets or sets the value that indicates whether to cancel the added or not.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Entry

    Gets the history object that has been added to the history list.

    Declaration
    public HistoryEntryBase Entry { get; }
    Property Value
    Type Description
    HistoryEntryBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved