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