Wimark.Controls Class Library  

DataGridViewCellEventArgs Constructor

Initializes a new instance of the DataGridViewCellEventArgs class for the specified row index and column index.

[Visual Basic]
Public Sub New( _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer _
)
 
[C#]
public DataGridViewCellEventArgs( 
   int rowIndex, 
   int columnIndex 
);
[C++]
public: DataGridViewCellEventArgs( 
   int rowIndex, 
   int columnIndex 
);

Parameters

rowIndex
The row index of the cell that raised the event.
columnIndex
The column index of the cell that raised the event.

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

DataGridViewCellEventArgs Class | DataGridViewCellEventArgs Members | Wimark.Controls Namespace