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: |
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: |