There are two class I want to pass data from slider to text box which is present in another class and I have to pass text box value to slider (vice Versa).
I tried by passing data in get set properties. I used event handler after set value in both view model but I am getting stack overflow exception, what is the approach I must follow please suggest me.