'宣言 Public Delegate Sub RowColToolTipEventHandler( _ ByVal sender As System.Object, _ ByVal e As ToolTipEventArgs _ )
public delegate void RowColToolTipEventHandler( System.object sender, ToolTipEventArgs e )
パラメータ
- sender
- Object that fired the event.
- e
- ToolTipEventArgs object that contains the event data.