Change made in the Converter will notify the change in the bound property?
- by Kishore Kumar
I have two property FirstName and LastName and bound to a textblock using Multibinidng and converter to display the FullName as FirstName + Last Name.
FirstName="Kishore"
LastName="Kumar"
In the Converter I changed the LastName as "Changed Text"
values[1] = "Changed Text";
After executing the Converter my TextBlock will show "Kishore…