Wimark.Controls Class Library  

DataGridViewCellValidatingEventArgs Constructor

Initializes a new instance of the DataGridViewCellValidatingEventArgs class for the specified row index, column index and formatted value.

[Visual Basic]
Public Sub New( _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer, _
   ByVal formattedValue As Object _
)
 
[C#]
public DataGridViewCellValidatingEventArgs( 
   int rowIndex, 
   int columnIndex, 
   object formattedValue 
);
[C++]
public: DataGridViewCellValidatingEventArgs( 
   int rowIndex, 
   int columnIndex, 
   Object* formattedValue 
);

Parameters

rowIndex
The row index of the cell that raised the event.
columnIndex
The column index of the cell that raised the event.
formattedValue
The formatted contents of the cell that needs to be validated.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCellValidatingEventArgs Class | DataGridViewCellValidatingEventArgs Members | Wimark.Controls Namespace