Skip to main content

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