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

Fires an event when the user changes the control's IME conversion status.

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

Parameters

e
the event.

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace