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

In This Topic
    LogonUserCompleted Event (ReportExecutionServiceSoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Event LogonUserCompleted As EventHandler(Of LogonUserCompletedEventArgs)
    public event EventHandler<LogonUserCompletedEventArgs> LogonUserCompleted
    Event Data

    The event handler receives an argument of type LogonUserCompletedEventArgs containing data related to this event. The following LogonUserCompletedEventArgs 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