[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ToolTipEventArgs.-ctor

ToolTipEventArgs Constructor

ToolTipEventArgs(int, int, string)

Initializes a new instance of the ToolTipEventArgs class.

Declaration
public ToolTipEventArgs(int row, int col, string toolTipText)
Public Sub New(row As Integer, col As Integer, toolTipText As String)
Parameters
Type Name Description
int row

Index of the row that caused the event.

int col

Index of the column that caused the event.

string toolTipText

Text to display in the ToolTip