menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HistoryChangedAction - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HistoryChangedAction

    Defines the types of history changed action available for undo/redo in SfImageEditor.

    Inheritance
    System.Object
    HistoryChangedAction
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class HistoryChangedAction : Enum
    Remarks

    This option can be used with the HistoryChanged event of the image editor control.

    Fields

    Redo

    Sets the history action as Redo when performing the redo action.

    Declaration
    public const HistoryChangedAction Redo
    Field Value
    Type Description
    HistoryChangedAction

    Represents the string value: "Redo"

    Undo

    Sets the history action as Undo when performing the undo action.

    Declaration
    public const HistoryChangedAction Undo
    Field Value
    Type Description
    HistoryChangedAction

    Represents the string value: "Undo"

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved