ComponentOne FlexGrid for WinForms
ValidateEditEventArgs Constructor

C1.Win.C1FlexGrid Namespace > ValidateEditEventArgs Class : ValidateEditEventArgs Constructor
The row index of the cell being edited.
The column index of the cell being edited.
The new checkbox state about to be applied to the cell, if any.
Initializes a new instance of the ValidateEditEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal check As CheckEnum _
)
public ValidateEditEventArgs( 
   int row,
   int col,
   CheckEnum check
)

Parameters

row
The row index of the cell being edited.
col
The column index of the cell being edited.
check
The new checkbox state about to be applied to the cell, if any.
See Also

Reference

ValidateEditEventArgs Class
ValidateEditEventArgs Members