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

Sets the delegate that will handle the SelectionChange event.

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

Parameters

handler
Delegate that will handle the SelectionChange event;

See Also

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