[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ValidateEditEventArgs

ValidateEditEventArgs Class

Provides data for the ValidateEdit event.

Inheritance
ValidateEditEventArgs
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public class ValidateEditEventArgs : EventArgs

Constructors

Name Description
ValidateEditEventArgs(int, int, CheckEnum)

Initializes a new instance of the ValidateEditEventArgs class.

Properties

Name Description
Cancel

Gets or sets a value indicating whether the edit operation should be canceled.

Checkbox

If the cell contains a checkbox, the new checkbox state about to be applied to the cell.

Col

Gets the column index of the cell being edited.

FailedReason

Gets or sets a value describing a reason why validation of editor value failed.

Row

Gets the row index of the cell being edited.