DiagramQueryItemsActionEventArgs Properties
Provides data for the DiagramControl.QueryItemsAction event.Name | Description |
---|---|
Action | Indicates the kind of the action that raised the event. |
Allow | Specifies whether to allow performing the operation. |
HighlightedItem | Returns the currently highlighted diagram item. |
HighlightedItemPoint | Returns the current coordinates of the cursor. |
Items | Returns the collection of diagram items affected by the action. |
See Also