'Declaration Public Function New( _ ByVal action As C1FindTextAction, _ ByVal position As C1FoundPosition, _ ByVal error As Exception, _ ByVal cancelled As Boolean _ )
public FindActionCompletedEventArgs( C1FindTextAction action, C1FoundPosition position, Exception error, bool cancelled )
Parameters
- 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.