NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TrackBar.RemoveOnScroll

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
);

Parameters

handler
Event handler to be removed.

See Also

TrackBar Class | TrackBar Members | System.WinForms Namespace