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