I have an NGUI slider that I need to do something once the user lets go of the slider. I have a script with the OnClick event in it. I tried putting it on the slider itself, but OnClick is never called. I then tried to put it on the thumb, and it is still never called. Where does OnClick need to go, or what can I do to get OnClick (MouseUp event) to register on a slider?