Skip to main content

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

Initializes a new instance of the DiagramQueryItemsActionEventArgs class.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

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

Parameters

Name Type Description
source DiagramControl

The DiagramControl that raised the event.

items ReadOnlyCollection<DiagramItem>
action ItemsActionKind
highlightedItem DiagramItem
highlightedItemPoint Nullable<Point>
allow Boolean
See Also