DiagramCustomItemDragEventArgs Constructors
Provides data for the CustomItemDrag event.Name | Parameters | Description |
---|---|---|
DiagramCustomItemDragEventArgs(DiagramControl, DiagramItem, Point, IList<DiagramItem>, LazyArg<Object>, DragDropEffects) | source, sourceItem, sourceItemPoint, items, data, result | Initializes a new instance of the DiagramCustomItemDragEventArgs class with specified settings. |
See Also