B
Bryan
I am calling BindingList.EndEdit during a 'TextChanged' sub for a
texbox. In theory, the key should be pressed changing the value in the
text box, the EndEdit call should append the changes to the BindingList
datasource, and then a ListChanged event should fire from the
BindingList. However, the bindinglist's ListChanged event is not
firing until a second key is pressed. I can press one key and nothing
happens, but on the second key, the listchanged event fires. What
gives?
texbox. In theory, the key should be pressed changing the value in the
text box, the EndEdit call should append the changes to the BindingList
datasource, and then a ListChanged event should fire from the
BindingList. However, the bindinglist's ListChanged event is not
firing until a second key is pressed. I can press one key and nothing
happens, but on the second key, the listchanged event fires. What
gives?