[]
Represents the actions in the component for which the user can perform an undo or redo.
public abstract class UndoAction : Action
Public MustInherit Class UndoAction
Inherits Action
| Name | Description |
|---|---|
| UndoAction() | Initializes a new instance of the UndoAction class. |
| Name | Description |
|---|---|
| PerformAction(object) | Performs the undo action. |
| PerformUndoAction(object) | Performs the undo action. |
| SaveUndoState() | Saves undo state information. |
| Undo(object) | Undoes the action. |