'Declaration Public Event BeforeColUpdate As BeforeColUpdateEventHandler
public event BeforeColUpdateEventHandler BeforeColUpdate
Event Data
The event handler receives an argument of type BeforeColUpdateEventArgs containing data related to this event. The following BeforeColUpdateEventArgs properties provide information specific to this event.
Property | 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. |
See Also