Skip to main content
A newer version of this page is available. .

ItemsActionSource Enum

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

Namespace: DevExpress.Diagram.Core

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

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