Document Library for WinForms
FindActionCompletedEventArgs コンストラクタ

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > FindActionCompletedEventArgs クラス : FindActionCompletedEventArgs コンストラクタ
Defines the find action.
A C1FoundPosition object representing result of operation.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.
Initializes a new instance of the FindActionCompletedEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal action As C1FindTextAction, _
   ByVal position As C1FoundPosition, _
   ByVal error As System.Exception, _
   ByVal cancelled As System.Boolean _
)
public FindActionCompletedEventArgs( 
   C1FindTextAction action,
   C1FoundPosition position,
   System.Exception error,
   System.bool cancelled
)

パラメータ

action
Defines the find action.
position
A C1FoundPosition object representing result of operation.
error
Any error that occurred during the asynchronous operation.
cancelled
A value indicating whether the asynchronous operation was canceled.
参照

FindActionCompletedEventArgs クラス
FindActionCompletedEventArgs メンバ