Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / C1TextSearchManager Class / OnFindActionCompleted Method
The C1FindTextAction that specifies the base position and direction of a text search.
The C1FoundPosition that represents a position in a document where a text was found.
The System.Exception that represents errors that occur during method execution.

In This Topic
    OnFindActionCompleted Method (C1TextSearchManager)
    In This Topic
    Raises the FindActionCompleted event.
    Syntax
    '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.
    See Also