DiagramCustomItemGiveFeedbackEventArgs(DiagramControl, ReadOnlyCollection<DiagramItem>, DragDropEffects, DragDropCursor) Constructor
Initializes a new instance of the DiagramCustomItemGiveFeedbackEventArgs class with specified settings.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
public DiagramCustomItemGiveFeedbackEventArgs(
DiagramControl source,
ReadOnlyCollection<DiagramItem> items,
DragDropEffects effects,
DragDropCursor cursor
)
Parameters
Name | Type | Description |
---|---|---|
source | DiagramControl | The DiagramControl that raised the event. |
items | ReadOnlyCollection<DiagramItem> | The list of items that are objects of the drag-and-drop operation. |
effects | DragDropEffects | The effects of the drag-and-drop operation. |
cursor | DragDropCursor | The cursor type used during the drag-and-drop operation. |
See Also