Sub OnChange(Sender: Object; Args: ITrackBarEventArgs);
Begin
//set of operators;
End Sub OnChange;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnChange events occurs when the slider position is changed.
See also: