ComponentOne List for WinForms
C1.Win.C1List Namespace / BeforeColEditEventArgs Class / KeyChar Property

In This Topic
    KeyChar Property (BeforeColEditEventArgs)
    In This Topic
    Indicates the character that initiated the editing operation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property KeyChar As Char
    public char KeyChar {get;}
    Remarks
    The BeforeColEdit event occurs just before the user enters edit mode by typing a character. If a floating editor marquee is not in use, this event also occurs when the user clicks the current cell or double clicks another cell.
    See Also