DekGenius.com
[ Team LiB ] Previous Section Next Section

DragEventHandlerserializable

System.Windows.Forms (system.windows.forms.dll)delegate

This is the delegate for the Control.DragEnter, Control.DragDrop and Control.DragOver events.

public delegate void DragEventHandler(object sender, DragEventArgs e);

Associated Events

Multiple types

    [ Team LiB ] Previous Section Next Section