UndoAction Enumeration
.NET Framework (current version)
How the undo stack caused or is affected by a text change.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Clear | This change will clear the undo stack | |
| Create | This change will create a new undo unit | |
| Merge | This change will merge into the previous undo unit | |
| None | This change will not affect the undo stack at all | |
| Redo | This change is the result of a call to Redo() | |
| Undo | This change is the result of a call to Undo() |
.NET Framework
Available since 3.0
Available since 3.0
Show: