Wimark.Controls Class Library  

DataGridViewCellMouseEventArgs 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, _
   ByVal e As MouseEventArgs _
)
 
[C#]
public DataGridViewCellMouseEventArgs( 
   int rowIndex, 
   int columnIndex, 
   MouseEventArgs e 
);
[C++]
public: DataGridViewCellMouseEventArgs( 
   int rowIndex, 
   int columnIndex, 
   MouseEventArgs* e 
);

Parameters

rowIndex
The row index of the cell that raised the event.
columnIndex
The column index of the cell that raised the event.
e
Arguments describing the mouse 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

DataGridViewCellMouseEventArgs Class | DataGridViewCellMouseEventArgs Members | Wimark.Controls Namespace | DataGridViewCellEventArgs