Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document 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
    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