'宣言 Public Delegate Sub AllowDropTargetEventHandler( _ ByVal sender As System.Object, _ ByVal e As AllowDropEventArgs _ )
public delegate void AllowDropTargetEventHandler( System.object sender, AllowDropEventArgs e )
パラメータ
- sender
 - イベントのソース。
 - e
 - イベントデータを含む AllowDropEventArgs。