[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Framework.Input.Ime.ImeCompositionChangedEventArgs.-ctor

ImeCompositionChangedEventArgs Constructor

ImeCompositionChangedEventArgs(char, ImeCompositionDetails)

Initializes a new instance of the Ime.ImeCompositionChangedEventArgs class.

Declaration
public ImeCompositionChangedEventArgs(char lastestCharacter, Ime.ImeCompositionDetails detials)
Parameters
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.