DiagramCustomItemQueryContinueDragEventArgs Constructors
Provides data for the CustomItemQueryContinueDrag event.Name | Parameters | Description |
---|---|---|
DiagramCustomItemQueryContinueDragEventArgs(DiagramControl, ReadOnlyCollection<DiagramItem>, DragDropKeyStates, Boolean, DragAction) | source, items, keyStates, isCancellationRequested, action | Initializes a new instance of the DiagramCustomItemQueryContinueDragEventArgs class. |
See Also