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

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

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