DiagramCustomItemDragEventArgs(DiagramItem, PointFloat, IList<DiagramItem>, LazyArg<Object>, DragDropEffects) Constructor
In This Article
Initializes a new instance of the DiagramCustomItemDragEventArgs class with specified settings.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public DiagramCustomItemDragEventArgs(
DiagramItem sourceItem,
PointFloat sourceItemPoint,
IList<DiagramItem> items,
LazyArg<object> data,
DragDropEffects result
)
#Parameters
Name | Type | Description |
---|---|---|
source |
Diagram |
A Diagram |
source |
Point |
A point on the canvas where the end-user initiated the drag-and-drop operation. |
items | IList<Diagram |
A list of Diagram |
data | DevExpress. |
A System. |
result | Drag |
See Also