DiagramItemContentChangedEventArgs.ActionType Property
Indicates whether the text has been changed directly or using the Undo/Redo operations.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v25.1.dll
NuGet Package: DevExpress.Wpf.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