True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Char
    public System.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