FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1TextSearchManager Class / FindActionCompleted Event

In This Topic
    FindActionCompleted Event
    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