[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.BeforeColUpdateEventArgs

BeforeColUpdateEventArgs Class

Provides data for the BeforeColUpdate event.

Inheritance
BeforeColUpdateEventArgs
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public class BeforeColUpdateEventArgs : EventArgs

Properties

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.