Just noticed - control's TextChanged event - fires before it bound data object is written to
So TextChanged event needs - sender.DataBindings("Text").WriteValue() - if you want to inspect the current value in the control (and gain the benefit of any data binding features like formatting)
Just noticed - control's TextChanged event - fires before it bound data object is written to
So TextChanged event needs - sender.DataBindings("Text").WriteValue() - if you want to inspect the current value in the control (and gain the benefit of any data binding features like formatting)
OghamTheBold 5 months ago