[]
Provides data for the BeforeColUpdate event.
public class BeforeColUpdateEventArgs : EventArgs
| Name | Description |
|---|---|
| Cancel | Gets or sets a value that prevents the user from moving focus to another cell. |
| ColIndex | Indicates the position in the DisplayColumns collection. |
| Column | Gets the C1DisplayColumn for the column being edited. |
| OldValue | Gets or sets the value of the original cell data. |