[]
Initializes a new instance of the ToolTipEventArgs class.
public ToolTipEventArgs(int row, int col, string toolTipText)
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 |