Hello,
Now this event fires every time when value is actually changed. Is that possible to intercept this event only when user releases thumb after moving?
I found a solution. Each thumb has a DragCompleted event. I just store local values in ValueChanged event and call whatever should be called in DragCompleted.