Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have two WFP TextBoxes in a window. I select a part of text in the first TextBox and drag & drop the selected text into the second TextBox. The selected text is automatically inserted into the second TextBox and deleted from the first TextBox.

When the text is dropped into the second TextBox it triggers OnDrop event. But I wonder if any event is also triggered in the FIRST TextBox that would inform me when the selected text in the first TextBox is going to be deleted due to dropping it into the second TextBox?

I would like to control the deletion of the selected text in the first TextBox when it has been successfully dropped into any other TextBox or any control in a window (without needing to know which was the actual target control. However, I need to know if the target control has accepted the dropped text, because if it would not accept it, the text should not be deleted from the first TextBox).

share|improve this question
1  
Not that I can see. Snoop shows only QueryContinueDrag on first textbox until you drop and then no more events. – AresAvatar Jul 29 '11 at 19:57
3  
Check out this thread, looks helpful: social.msdn.microsoft.com/forums/en-us/wpf/thread/… – m-y Jul 29 '11 at 20:15

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.