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