Table of Contents

Delegate DragEnterEventHandler

Namespace
VectorDraw.Professional.Control
Assembly
VDrawBaseControl.dll

Represents the method that will handle the vdDragEnter event.

public delegate void DragEnterEventHandler(DragEventArgs drgevent, ref bool cancel)

Parameters

drgevent DragEventArgs

A DragEventArgs that contains the event data.

cancel bool

Set this as true in order not to run the default VectorDraw event code.

Constructors

DragEnterEventHandler(object, IntPtr)

Methods

BeginInvoke(DragEventArgs, ref bool, AsyncCallback, object)
EndInvoke(ref bool, IAsyncResult)
Invoke(DragEventArgs, ref bool)