.NET Windows Forms in a Nutshell
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() |