How to determine when drag leaves the main application window. WPF -
how can determine when drag, started dragdrop.dodragdrop function leaves bounds of main application window. tried listen mouseleave event on main window doesn't work because mouse captured drag operation. tried dragleave event fired on each element within window, not when drag leaves main window. please help. thanks
Comments
Post a Comment