Removes the given handler for the "scroll" event. If there are duplicate entries, ALL are removed.
[Visual Basic] Public Sub RemoveOnScroll( _ ByVal handler As EventHandler _ ) [C#] public void RemoveOnScroll( EventHandler handler ); [C++] public: void RemoveOnScroll( EventHandler* handler ); [JScript] public function RemoveOnScroll( handler : EventHandler );
TrackBar Class | TrackBar Members | System.WinForms Namespace