DiagramItemContentChangedEventArgs.ActionType Property
Indicates whether the text has been changed directly or using the Undo/Redo operations.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| ActionType | A ActionType enumeration value. |
Available values:
| Name | Description |
|---|---|
| Direct | The text has been changed in the editing mode. |
| Undo | The text has been changed using the Undo operation. |
| Redo | The text has been changed using the Redo operation. |
See Also