corelibraries-devexpress-dot-diagram-dot-core-c354512b.md
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
public enum ItemsActionSource
Public Enum ItemsActionSource
| 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.
|
The following properties accept/return ItemsActionSource values:
Show 12 items
See Also