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