0

There is a question related to this but it is possible to make it in a reverse process.

To bind a property to a control so that when the control value is changed, the class bound property changes with it.

Example:

I have a class Person with Firstname property that is bound to a textbox txtFn control when the txtFn text value changes the class Person.Firstname property changes with it.

UPDATE

The referred question still answer two-way binding. It is in their comments below.

Community
  • 1
  • 1
Shift 'n Tab
  • 8,808
  • 12
  • 73
  • 117
  • 1
    If you read your refered question, in the comments explain how to make it a two-way binding – Pikoh May 23 '16 at 08:06
  • oh yeah, but i thought the answer will only solve 1-way binding but it is already working two-way binding i failed to see the comments below. – Shift 'n Tab May 23 '16 at 08:12

0 Answers0