D
Dan
How do I find out what control a DragDrop event comes from? I initially
presumed that it was the "sender" parameter. But this always seems to be
the destination.
Ie ...
private void listviewMonday_DragDrop (object sender,
System.Windows.Forms.DragEventArgs e)
{
// "sender" always seems to point to "listviewMonday" here.
}
Thanks for any help,
Dan.
presumed that it was the "sender" parameter. But this always seems to be
the destination.
Ie ...
private void listviewMonday_DragDrop (object sender,
System.Windows.Forms.DragEventArgs e)
{
// "sender" always seems to point to "listviewMonday" here.
}
Thanks for any help,
Dan.