|
... that I’ve been scratching my head over for years. You can see this for yourself by using the excellent Reflector .Net class browser and looking at the System.Windows.DragDrop ...
|
|
System.Windows.DragDrop.DoDragDrop Callback: DropSource_ContinueDragEventHandler Callback: DropTarget_PreviewDragEnter Callback: DropSource_ContinueDragEventHandler
|
|
In WPF the IDataObject is passed from the drag source by the System.Windows. DragDrop .DoDragDrop() method, and received by the drop target as the Data member of DragEventArgs
|
|
In WPF the IDataObject is passed from the drag source by the System.Windows. DragDrop .DoDragDrop() method, and received by the drop target as the Data member of DragEventArgs
|
|
at System.Windows.DragDrop.DoDragDrop(DependencyObject dragSource, Object data, DragDropEffects allowedEffects) at ElectricRain.Designer.UI.Controls.LayoutControl ...
|
|
Instant Graemlins Instant UBB Code™ What is UBB Code™?
|
|
Occurs when a drag-and-drop operation is started, and enables the drop target to send feedback information to the drop source.
|
|
Provides helper methods and fields for initiating drag-and-drop operations ... System.Windows . . :: . DragDrop ...
|