Skip to main content

DiagramActiveToolChangedEventArgs.OldTool Property

Returns the previous value of the ActiveTool property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DiagramTool OldTool { get; }

Property Value

Type Description
DiagramTool

A DevExpress.Diagram.Core.DiagramTool object.

See Also