Back to Devexpress

ItemsActionSource Enum

corelibraries-devexpress-dot-diagram-dot-core-c354512b.md

latest2.6 KB
Original Source

ItemsActionSource Enum

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

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum ItemsActionSource
vb
Public Enum ItemsActionSource

Members

NameDescription
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.

|

The following properties accept/return ItemsActionSource values:

Show 12 items

LibraryRelated API Members
WinForms ControlsDiagramBeforeItemsMovingEventArgs.ActionSource
DiagramBeforeItemsResizingEventArgs.ActionSource
DiagramBeforeItemsRotatingEventArgs.ActionSource
DiagramItemsMovingEventArgs.ActionSource
DiagramItemsResizingEventArgs.ActionSource
DiagramItemsRotatingEventArgs.ActionSource
WPF ControlsDiagramBeforeItemsMovingEventArgs.ActionSource
DiagramBeforeItemsResizingEventArgs.ActionSource
DiagramBeforeItemsRotatingEventArgs.ActionSource
DiagramItemsMovingEventArgs.ActionSource
DiagramItemsResizingEventArgs.ActionSource
DiagramItemsRotatingEventArgs.ActionSource

See Also

DevExpress.Diagram.Core Namespace