FlexReport for WinForms
FindStringCompleted イベント (ReportExecutionServiceSoapClient)


C1.Document アセンブリ > C1.ImportServices.ReportExecution4 名前空間 > ReportExecutionServiceSoapClient クラス : FindStringCompleted イベント
シンタックス
'宣言
 
Public Event FindStringCompleted As System.EventHandler(Of FindStringCompletedEventArgs)
'使用法
 
Dim instance As ReportExecutionServiceSoapClient
Dim handler As System.EventHandler(Of FindStringCompletedEventArgs)
 
AddHandler instance.FindStringCompleted, handler
public event System.EventHandler<FindStringCompletedEventArgs> FindStringCompleted
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、FindStringCompletedEventArgs 型の引数を受け取りました。次の FindStringCompletedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
 
 
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
参照