[To be supplied.]
The following declaration shows the syntax for a method that handles the IMEChange event.
[Visual Basic] Private Sub RichTextBoxName_IMEChange( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void RichTextBoxName_IMEChange( object sender, EventArgs e ); [C++] private: void RichTextBoxName_IMEChange( Object* sender, EventArgs* e ); [JScript] private RichTextBoxName_IMEChange( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
RichTextBox Class | RichTextBox MembersTopic | System.WinForms Namespace