void _flex_KeyPressEdit(object sender, C1.Win.C1FlexGrid.KeyPressEditEventArgs e) { if (_chkSetHandled.Checked) { e.Handled = true; } Console.WriteLine("_flex_KeyPressEdit {0} {1} {2}", e.Row, e.Col, (int)e.KeyChar); }
void c1FlexGrid1_KeyPressEdit(object sender, C1.Win.C1FlexGrid.KeyPressEditEventArgs e) { Debug.WriteLine(e.KeyChar); }