Wimark.Controls Class Library  

DataGridViewToolTipInfoNeededEventArgs Constructor

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

[Visual Basic]
Public Sub New( _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer _
)
 
[C#]
public DataGridViewToolTipInfoNeededEventArgs( 
   int rowIndex, 
   int columnIndex 
);
[C++]
public: DataGridViewToolTipInfoNeededEventArgs( 
   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

DataGridViewToolTipInfoNeededEventArgs Class | DataGridViewToolTipInfoNeededEventArgs Members | Wimark.Controls Namespace