[]
Initializes a new instance of the Ime.ImeCompositionChangedEventArgs class.
public ImeCompositionChangedEventArgs(char lastestCharacter, Ime.ImeCompositionDetails detials)
Type | Name | Description |
---|---|---|
char | lastestCharacter | A char indicates the lastest change to the composition string. |
Ime.ImeCompositionDetails | detials | A Ime.ImeCompositionDetails indicates the detials of the composition. |