Why do we need to use ConvertBack in IValue Converter
- by Subhen
Hi,
I am not sure Why we need to use I ConvertBack method in IValueConverter.
In the Convert method itself we do the conversion and return the updated value to be bound in our control.
So in which Scenario we should use Convertback. I know this question is very basic but just wanted to make the fundamentals clear.
Thanks a lot for your help and suggestions.
Thanks,
Subhen