Table of Contents

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

sender vdSelections

A vdSelections object collection.

item vdSelection

A vdSelection object item which is going to be removed from the collection.

Constructors

SelectionsRemoveItemEventHandler(object, IntPtr)

Methods

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