This is one of those problems that you think would have an easy fix, but I have a feeling it is going to be a right pain in the b***.
Here goes...
I have a slider in my app and I have used the Slider.PositionChanged block to notify me of the movement of the slider.
It works as expected, no problem.
However, when the slider is "dragged", I only want to be notified when the slider is released and NOT of every value during the "drag".