'宣言 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.