ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionWindow Class / CompositionChanged Event

In This Topic
    CompositionChanged Event
    In This Topic
    Raised when the composition is changed.
    Syntax
    '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.

    PropertyDescription
    Gets the detials of the composition.  
    Gets the lastest change to the composition string.  
    See Also