Skip to main content
A newer version of this page is available. .

DiagramCustomItemGiveFeedbackEventArgs(ReadOnlyCollection<DiagramItem>, DragDropEffects, DragDropCursor) Constructor

Initializes a new instance of the DiagramCustomItemGiveFeedbackEventArgs class with specified settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramCustomItemGiveFeedbackEventArgs(
    ReadOnlyCollection<DiagramItem> items,
    DragDropEffects effects,
    DragDropCursor cursor
)

Parameters

Name Type Description
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