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

Removes the delegate that will handle the IMEChange event.

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

Parameters

handler
Delegate that will handle the IMEChange event;

See Also

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