Skip to main content

ItemsActionSource Enum

Lists values that represent the source of the action that raised an event.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public enum ItemsActionSource

Members

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