FlexGrid for WinForms
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 _
)
'Usage
 
Dim row As Integer
Dim col As Integer
Dim check As CheckEnum
 
Dim instance As New ValidateEditEventArgs(row, col, check)
public ValidateEditEventArgs( 
   int row,
   int col,
   CheckEnum check
)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValidateEditEventArgs Class
ValidateEditEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback