ComponentOne FlexGrid for WinForms
ToolTipEventArgs Constructor

C1.Win.C1FlexGrid Namespace > ToolTipEventArgs Class : ToolTipEventArgs Constructor
Index of the row that caused the event.
Index of the column that caused the event.
Text to display in the ToolTip
Initializes a new instance of the ToolTipEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal toolTipText As String _
)
public ToolTipEventArgs( 
   int row,
   int col,
   string toolTipText
)

Parameters

row
Index of the row that caused the event.
col
Index of the column that caused the event.
toolTipText
Text to display in the ToolTip
See Also

Reference

ToolTipEventArgs Class
ToolTipEventArgs Members