[]
Provides the EventArgs data for the ResultString event.
public class ResultStringEventArgs : EventArgs
The ResultString takes place when there has been changes made in the IME conversion window.
Name | Description |
---|---|
ResultStringEventArgs(Control, string) | Initializes a new instance of the ResultStringEventArgs class with the specified reading string. |
Name | Description |
---|---|
ReadString | Gets the reading string. |
SourceControl | Gets the control that creates the reading string. |