alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum HistoryChangedAction

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

    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum HistoryChangedAction
    Remarks

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

    Fields

    Name Description
    Redo

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

    Undo

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

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