Delegate GripSelectionModifiedEventHandler
- Namespace
- VectorDraw.Professional.Control
- Assembly
- VDrawBaseControl.dll
Represents the method that will handle the GripSelectionModified event.
public delegate void GripSelectionModifiedEventHandler(object sender, vdLayout layout, vdSelection gripSelection)
Parameters
senderobjectA vdDocument object.
layoutvdLayoutThe active layout of the document.
gripSelectionvdSelectionA collection representing the objects which the grips are drawn.