Assigns a delegate to the valueChanged event.
public void addOnValueChanged( EventHandler eh )
eh
The EventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the valueChanged event to that method in the Properties window. The valueChanged event occurs when the value of the trackbar is changed by the user or programmatically.
See Also removeOnValueChanged