'宣言 Public Function New( _ ByVal row As System.Integer, _ ByVal col As System.Integer, _ ByVal toolTipText As System.String _ )
public ToolTipEventArgs( System.int row, System.int col, System.string toolTipText )
パラメータ
- 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