'宣言 Public Delegate Sub DocumentActionEventHandler( _ ByVal sender As System.Object, _ ByVal e As DocumentActionEventArgs _ )
'使用法 Dim instance As New DocumentActionEventHandler(AddressOf HandlerMethod)
public delegate void DocumentActionEventHandler( System.object sender, DocumentActionEventArgs e )
パラメータ
- sender
- イベントのソース。
- e
- イベントデータ。