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 );
RichTextBox Class | RichTextBox Members | System.WinForms Namespace