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
drgeventDragEventArgsA DragEventArgs that contains the event data.
cancelboolSet this as true in order not to run the default VectorDraw event code.