I want to handle the paste event after clicking right right and select Paste in IE. As an example i did this:
I have a TextBox in my WPF application which I\'ve added a Paste event to using: 开发者_开发问答DataObject.AddPastingHandler(elm, new DataObjectPastingEventHandler(OnPaste));
My web application stores URL segments in a database. These URL segments are based on user-submitted content.