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!

RichTextBox.RemoveOnVScroll

Removes the delegate that will handle the VScroll event.

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

Parameters

handler
Delegate that will handle the VScroll event;

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace | OnVScroll