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

DiagramQueryItemsActionEventArgs(ReadOnlyCollection<DiagramItem>, ItemsActionKind, DiagramItem, Nullable<PointFloat>, Boolean) Constructor

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramQueryItemsActionEventArgs(
    ReadOnlyCollection<DiagramItem> items,
    ItemsActionKind action,
    DiagramItem highlightedItem,
    PointFloat? highlightedItemPoint,
    bool allow
)

Parameters

Name Type
items ReadOnlyCollection<DiagramItem>
action ItemsActionKind
highlightedItem DiagramItem
highlightedItemPoint Nullable<PointFloat>
allow Boolean
See Also