ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionChangedEventArgs Class / Ime.ImeCompositionChangedEventArgs Constructor
A System.Char indicates the lastest change to the composition string.
A Ime.ImeCompositionDetails indicates the detials of the composition.

In This Topic
    Ime.ImeCompositionChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the Ime.ImeCompositionChangedEventArgs class.
    Syntax
    '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.
    See Also