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

DiagramQueryItemsActionEventArgs Constructors

Provides data for the DiagramControl.QueryItemsAction event.
Name Parameters Description
DiagramQueryItemsActionEventArgs(ReadOnlyCollection<DiagramItem>, ItemsActionKind, DiagramItem, Nullable<PointFloat>, Boolean) items, action, highlightedItem, highlightedItemPoint, allow Initializes a new instance of the DiagramQueryItemsActionEventArgs class.
See Also