Skip to main content

DiagramItemsMovingEventArgs.ActionSource Property

Indicates whether the moving operation is performed using drag-and-drop, the Properties Panel or by pressing key shortcuts.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public ItemsActionSource ActionSource { get; }

Property Value

Type Description
ItemsActionSource

A ItemsActionSource enumeration value.

Available values:

Name Description
Mouse

The event was raised by a mouse operation.

Key

The event was raised by pressing a key.

PropertyChanging

The event was raised using the Properties panel.

See Also