Delegate SelectionsRemoveItemEventHandler
- Namespace
- VectorDraw.Professional.Control
- Assembly
- VDrawBaseControl.dll
Represents the method that will handle the SelectionsRemoveItem event.
public delegate void SelectionsRemoveItemEventHandler(vdSelections sender, vdSelection item)
Parameters
sendervdSelectionsA vdSelections object collection.
itemvdSelectionA vdSelection object item which is going to be removed from the collection.