Occurs before a cell enters edit mode.
The event handler receives an argument of type BeforeColEditEventArgs containing data related to this event. The following BeforeColEditEventArgs properties provide information specific to this event.
Property | Description |
---|
Cancel | Gets or sets a value indicating that editing should be disallowed. |
ColIndex | Indicates the position in the DisplayColumns collection. |
Column | Gets the C1DisplayColumn for the column being edited. |
KeyChar | Indicates the character that initiated the editing operation. |