Skip to main content
All docs
V25.1
  • DiagramCustomItemGiveFeedbackEventArgs(ReadOnlyCollection<DiagramItem>, DragDropEffects, DragDropCursor) Constructor

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

    Namespace: DevExpress.XtraDiagram

    Assembly: DevExpress.XtraDiagram.v25.1.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