Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1TextSearchManager Class / FindActionCompleted Event

In This Topic
    FindActionCompleted Event (C1TextSearchManager)
    In This Topic
    Occurs when async find action completed.
    Syntax
    'Declaration
     
    Public Event FindActionCompleted As EventHandler(Of FindActionCompletedEventArgs)
    public event EventHandler<FindActionCompletedEventArgs> FindActionCompleted
    Event Data

    The event handler receives an argument of type FindActionCompletedEventArgs containing data related to this event. The following FindActionCompletedEventArgs properties provide information specific to this event.

    PropertyDescription
    Get the C1FindTextAction value defines the complited find action.  
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    Gets the C1FoundPosition object that specifies the found text position.  
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    See Also