ItemsActionSource Enum
Lists values that represent the source of the action that raised an event.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
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. |
Related API Members
The following properties accept/return ItemsActionSource values:
See Also