[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs.-ctor

ServerConnectionChangedEventArgs Constructor

ServerConnectionChangedEventArgs(bool, string)

Initializes a new instance of the ServerConnectionChangedEventArgs class with specified connection state and server URL.

Declaration
public ServerConnectionChangedEventArgs(bool connected, string serverUrl)
Parameters
Type Name Description
bool connected

Indicates whether the connection to the server is established.

string serverUrl

The URL of the server to which the connection status has changed.