Detecting drag on GUI. HorizontalSlider

I have been trying for the longest time to figure out how to detect when a user is dragging on the GUI. HorizontalSlider component. I have tried GUI.changed and also detecting Input.GetMouseButton(0) inside the Rect where the HorizontalSlider is located but all the tests I have run only detect the drag when it first starts.

Any ideas?

Bump…