Looking at the source code of Slider & VSlider, I can see that it is not currently possible; you would probably have to create your own Slider widget and implement this code yourself.
A compromise might be to set the slider to be not immediate (i.e. setImmediate(false)) - which would mean that the value would only get updated when the user clicked on a separate button.