[]
        
(Showing Draft Content)

C1.Document.C1TextSearchManager.OnFindActionCompleted

OnFindActionCompleted Method

OnFindActionCompleted(C1FindTextAction, C1FoundPosition, Exception)

Raises the FindActionCompleted event.

Declaration
protected void OnFindActionCompleted(C1FindTextAction action, C1FoundPosition position, Exception error)
Parameters
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.