Skip to main content

DiagramQueryItemsActionEventArgs Constructors

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