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

Fires an event when the current selection of text in the RichTextBox control has changed or the insertion point has moved.

[Visual Basic]
Overridable Protected Sub OnSelectionChange( _
   ByVal e As EventArgs _
)
[C#]
protected virtual void OnSelectionChange(
   EventArgs e
);
[C++]
protected: virtual void OnSelectionChange(
   EventArgs* e
);
[JScript]
protected function OnSelectionChange(
   e : EventArgs
);

Parameters

e
the event.

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace