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