'宣言 Public Event LoadDrillthroughTarget2Completed As System.EventHandler(Of LoadDrillthroughTarget2CompletedEventArgs)
'使用法 Dim instance As ReportExecutionServiceSoapClient Dim handler As System.EventHandler(Of LoadDrillthroughTarget2CompletedEventArgs) AddHandler instance.LoadDrillthroughTarget2Completed, handler
public event System.EventHandler<LoadDrillthroughTarget2CompletedEventArgs> LoadDrillthroughTarget2Completed
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、LoadDrillthroughTarget2CompletedEventArgs 型の引数を受け取りました。次の LoadDrillthroughTarget2CompletedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
Cancelled | System.ComponentModel.AsyncCompletedEventArgsから継承されます。 |
Error | System.ComponentModel.AsyncCompletedEventArgsから継承されます。 |
ExecutionInfo | |
Result | |
ServerInfoHeader | |
UserState | System.ComponentModel.AsyncCompletedEventArgsから継承されます。 |
参照