'Declaration
Public Event CompositionChanged As Ime.ImeCompositionChangedEventHandler
public event Ime.ImeCompositionChangedEventHandler CompositionChanged
Event Data
The event handler receives an argument of type Ime.ImeCompositionChangedEventArgs containing data related to this event. The following Ime.ImeCompositionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Details | Gets the detials of the composition. |
LatestCharacter | Gets the lastest change to the composition string. |
See Also