MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ServerConnectionChangedEventArgs Class / ServerConnectionChangedEventArgs Constructor
The connection state.
The server URL.

In This Topic
ServerConnectionChangedEventArgs Constructor
In This Topic
Initializes a new instance of the ServerConnectionChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal connected As Boolean, _
   ByVal serverUrl As String _
)
 

Parameters

connected
The connection state.
serverUrl
The server URL.
See Also