Table of Contents

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

sender object

A vdDocument object.

layout vdLayout

The active layout of the document.

gripSelection vdSelection

A collection representing the objects which the grips are drawn.

Constructors

GripSelectionModifiedEventHandler(object, IntPtr)

Methods

BeginInvoke(object, vdLayout, vdSelection, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, vdLayout, vdSelection)