Skip to main content

DiagramCustomItemDragEventArgs Constructors

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