[]
Initializes a new instance of the FindActionCompletedEventArgs class.
public FindActionCompletedEventArgs(C1FindTextAction action, C1FoundPosition position, Exception error, bool cancelled)
Type | Name | Description |
---|---|---|
C1FindTextAction | action | Defines the find action. |
C1FoundPosition | position | A C1FoundPosition object representing result of operation. |
Exception | error | Any error that occurred during the asynchronous operation. |
bool | cancelled | A value indicating whether the asynchronous operation was canceled. |