Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ActionType ActionType { get; }

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