DiagramQueryItemsActionEventArgs(ReadOnlyCollection<DiagramItem>, ItemsActionKind, DiagramItem, Nullable<PointFloat>, Boolean) Constructor
In This Article
Initializes a new instance of the DiagramQueryItemsActionEventArgs class.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public DiagramQueryItemsActionEventArgs(
ReadOnlyCollection<DiagramItem> items,
ItemsActionKind action,
DiagramItem highlightedItem,
PointFloat? highlightedItemPoint,
bool allow
)
#Parameters
Name | Type | Description |
---|---|---|
items | Read |
The collection of diagram items affected by the action. |
action | Items |
A DevExpress. |
highlighted |
Diagram |
The currently highlighted diagram item. |
highlighted |
Nullable<Point |
The current coordinates of the cursor. |
allow | Boolean | true to allow the operation; otherwise, false. |
See Also