ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / 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.

In This Topic
    ValidateEditEventArgs Constructor
    In This Topic
    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