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!

ScrollBar.AddOnScroll

Adds an event handler for the "scroll" event notification. This event is raised whenever the ScrollBar's thumb has been moved through mouse or keyboard action, and proposes the new value that the ScrollBar should take.

[Visual Basic]
Public Sub AddOnScroll( _
   ByVal handler As ScrollEventHandler _
)
[C#]
public void AddOnScroll(
   ScrollEventHandler handler
);
[C++]
public: void AddOnScroll(
   ScrollEventHandler* handler
);
[JScript]
public function AddOnScroll(
   handler : ScrollEventHandler
);

Parameters

handler
New Event Handler to install for this event.

See Also

ScrollBar Class | ScrollBar Members | System.WinForms Namespace