It seems that while the mouse is clicked and dragging on the form, if the mouse move event updates a field that fires a changed event for databinding then the event isn't actually fired until the mouse button is lifted.
I need databinding to fire the changed event so my data is updated WHILE I'm dragging the mouse... Any ideas?


Reply With Quote