Combined |
public class CombinedEdit : IUndoableEdit
The CombinedEdit type exposes the following members.
| Name | Description | |
|---|---|---|
| CombinedEdit | Initializes a new instance of the CombinedEdit class with an empty list of edits. | |
| CombinedEdit(IListIUndoableEdit) | Initializes a new instance of the CombinedEdit class with the specified list of edits. |
| Name | Description | |
|---|---|---|
| Add | Adds an edit to the combined edit. | |
| Redo | Executed when redo is called on this edit from the UndoManager | |
| Undo | Executed when undo is called on this edit from the UndoManager |