I am creating an application, and I was under the assumption that when the control is bound to an element in the model view (i.e. TextBox in the row field), the row is updated every time the user changes the information in the text field, and not later.
But I found that the line is updated when the text field changes and when the user clicks \ tabs from the text field.
(I use the Caliburn.Micro environment, if that matters.)
Can someone explain what is right and how to make the change appear immediately?
source
share