ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ServerConnectionChangedEventArgs Class / ServerConnectionChangedEventArgs Constructor
Indicates whether the connection to the server is established.
The URL of the server to which the connection status has changed.

In This Topic
    ServerConnectionChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the ServerConnectionChangedEventArgs class with specified connection state and server URL.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connected As Boolean, _
       ByVal serverUrl As String _
    )
    public ServerConnectionChangedEventArgs( 
       bool connected,
       string serverUrl
    )

    Parameters

    connected
    Indicates whether the connection to the server is established.
    serverUrl
    The URL of the server to which the connection status has changed.
    See Also