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