Skip to main content

DiagramActiveToolChangedEventArgs(DiagramControl, DiagramTool, DiagramTool) Constructor

Initializes a new instance of the DiagramActiveToolChangedEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DiagramActiveToolChangedEventArgs(
    DiagramControl source,
    DiagramTool oldTool,
    DiagramTool newTool
)

Parameters

Name Type Description
source DiagramControl

The DiagramControl that raised the event.

oldTool DiagramTool

The previous value of the ActiveTool property.

newTool DiagramTool

The new value of the ActiveTool property.

See Also