[]
Raises the FindActionCompleted event.
protected void OnFindActionCompleted(C1FindTextAction action, C1FoundPosition position, Exception error)
Type | Name | Description |
---|---|---|
C1FindTextAction | action | The C1FindTextAction that specifies the base position and direction of a text search. |
C1FoundPosition | position | The C1FoundPosition that represents a position in a document where a text was found. |
Exception | error | The Exception that represents errors that occur during method execution. |