'Declaration Protected Sub OnFindActionCompleted( _ ByVal action As C1FindTextAction, _ ByVal position As C1FoundPosition, _ ByVal error As Exception _ )
protected void OnFindActionCompleted( C1FindTextAction action, C1FoundPosition position, Exception error )
Parameters
- action
- The C1FindTextAction that specifies the base position and direction of a text search.
- position
- The C1FoundPosition that represents a position in a document where a text was found.
- error
- The System.Exception that represents errors that occur during method execution.