DekGenius.com
[ Team LiB ] Previous Section Next Section

ItemDragEventHandlerserializable

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

This is the delegate for the ItemDrag event of the ListView and TreeView controls.

public delegate void ItemDragEventHandler(object sender, ItemDragEventArgs e);

Associated Events

ListView.ItemDrag(), TreeView.ItemDrag()

    [ Team LiB ] Previous Section Next Section