DiagramCustomItemDragEventArgs Properties
Provides data for the DiagramControl.CustomItemDrag event.Name | Description |
---|---|
Data | Provides data about the diagram items the end-user is dragging. |
Items | Returns the list of items that are objects of the drag-and-drop operation. |
Result | Returns the drag-and-drop operation result. |
SourceItem | Returns the item the end-user is dragging. |
SourceItemPoint | Returns the point on the canvas where the end-user initiated the drag-and-drop operation. |
See Also