'宣言 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
- イベントを発生させた行のインデックス。
- col
- イベントを発生させた列のインデックス。
- toolTipText
- ツールチップに表示するテキスト。