DiagramCustomItemQueryContinueDragEventArgs(ReadOnlyCollection<DiagramItem>, DragDropKeyState, Boolean, DragAction) Constructor
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
public DiagramCustomItemQueryContinueDragEventArgs(
ReadOnlyCollection<DiagramItem> items,
DragDropKeyState keyStates,
bool isCancellationRequested,
DragAction action
)
Parameters
Name | Type |
---|---|
items | ReadOnlyCollection<DiagramItem> |
keyStates | DragDropKeyState |
isCancellationRequested | Boolean |
action | DragAction |
See Also