[]
Define a class used for the arguments of the CompositionChanged event.
public class Ime.ImeCompositionChangedEventArgs : EventArgs
Name | Description |
---|---|
ImeCompositionChangedEventArgs(char, ImeCompositionDetails) | Initializes a new instance of the Ime.ImeCompositionChangedEventArgs class. |
Name | Description |
---|---|
Details | Gets the detials of the composition. |
LatestCharacter | Gets the lastest change to the composition string. |