-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raise DropCompleted / DragCompleted #14
Comments
From gro...@gmail.com on May 11, 2010 23:22:57 Where should DropCompleted and DragCompleted be raised? On the drag source or the drop My proposed fix to issue #4 is to add a DragCompleted method to the IDragSource |
From sportfr...@gmail.com on May 12, 2010 16:26:37 I want to call a method after a drag is completed in the main application itself, and Normally a drop/drop event fires a DragDrop event at the end, see This is a hint of what I’m thinking of. Not tested, but copied from something else I public static readonly RoutedEvent DragCompletedEvent = EventManager.RegisterRoutedEvent( And called in: |
From sportfr...@gmail.com on March 08, 2011 13:36:40 I don't know if you have implemented this already. I have a LINQ datasource as ItemsSource and converted as List (not an ObservableCollection). After a drop the items are not refreshed. Could you please add the following lines to DragDrop.cs? It will add a new event DropCompleted that will be fired after the drop is completed.
In my application I then have the following: Once again thank you for this nice component, Frank |
this should be going with the Drop function at IDropTarget |
Original author: sportfr...@gmail.com (May 06, 2010 13:07:45)
Is it possible to implement raise events DropCompleted and DragCompleted?
In the args info about the source, target and data, or just DropInfo.
Thanks,
Frank
Original issue: http://code.google.com/p/gong-wpf-dragdrop/issues/detail?id=14
The text was updated successfully, but these errors were encountered: