FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapClient Class / FindStringCompleted Event

In This Topic
    FindStringCompleted Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event FindStringCompleted As EventHandler(Of FindStringCompletedEventArgs)
    public event EventHandler<FindStringCompletedEventArgs> FindStringCompleted
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
     
     
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    See Also