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