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