[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Editors.ResultStringEventArgs

ResultStringEventArgs Class

Provides the EventArgs data for the ResultString event.

Inheritance
ResultStringEventArgs
Namespace: C1.Win.Input.GrapeCity.Editors
Assembly: C1.Win.Input.8.dll
Syntax
public class ResultStringEventArgs : EventArgs
Remarks

The ResultString takes place when there has been changes made in the IME conversion window.

Constructors

Name Description
ResultStringEventArgs(Control, string)

Initializes a new instance of the ResultStringEventArgs class with the specified reading string.

Properties

Name Description
ReadString

Gets the reading string.

SourceControl

Gets the control that creates the reading string.