'Declaration
Public Function New( _ ByVal lastestCharacter As Char, _ ByVal detials As Ime.ImeCompositionDetails _ )
public Ime.ImeCompositionChangedEventArgs( char lastestCharacter, Ime.ImeCompositionDetails detials )
Parameters
- lastestCharacter
- A System.Char indicates the lastest change to the composition string.
- detials
- A Ime.ImeCompositionDetails indicates the detials of the composition.