Indicates the character that initiated the editing operation.
[Visual Basic]
Public ReadOnly Property KeyChar As Char
[C#]
public char KeyChar {get;}
[Delphi]
public property KeyChar: Char read get_KeyChar;
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
BeforeColEditEventArgs Class | BeforeColEditEventArgs Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |