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