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.RemoveOnSelectionChange

Removes the delegate that will handle the SelectionChange event.

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

Parameters

handler
Delegate that will handle the SelectionChange event;

See Also

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