ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionChangedEventArgs Class / LatestCharacter Property

In This Topic
    LatestCharacter Property
    In This Topic
    Gets the lastest change to the composition string.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LatestCharacter As Char
    public char LatestCharacter {get;}

    Property Value

    A char indicates the lastest change to the composition string.
    See Also