Ask you a question
Textbox with holding binding a variable input will change the value of a variable in the textbox, but change the variable will not update the textbox value
With the EndEdit () method if doesn't work
TextBox_Standard. DataBindings. Add (oldSummarize "Text", "StandardWeight");
Change textBox_Standard. The value of the text oldSummarize. StandardWeight will change
The value of the. But the code change oldSummarize StandardWeight textBox_Standard. The value of the text will not change, need to click the mouse,
Have what way to automatically update?