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