C1.Win.FlexGrid 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

In This Topic
ToolTipEventArgs Constructor
In This Topic
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 _
)
 

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