# GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Design_ServerConnectionChangedEventArgs" data-uid="GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs" class="text-break">ServerConnectionChangedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the ServerConnectionChanged event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">ServerConnectionChangedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_ServerConnectionChangedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ServerConnectionChangedEventArgs : EventArgs</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_ServerConnectionChangedEventArgs_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class contains information related to changes in the server connection status. It is used by the ServerConnectionChanged event to convey the new connection
state and the server URL to event handlers. This allows subscribers to react appropriately to changes in server connectivity, such as updating UI elements or
handling disconnections.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ServerConnectionChangedEventArgs__ctor_System_Boolean_System_String_" data-uid="GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs.#ctor(System.Boolean,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs.-ctor.html#GrapeCity_ActiveReports_Design_ServerConnectionChangedEventArgs__ctor_System_Boolean_System_String_">ServerConnectionChangedEventArgs(bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs.html">ServerConnectionChangedEventArgs</a> class with specified connection state and server URL.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ServerConnectionChangedEventArgs_Connected" data-uid="GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs.Connected">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs.Connected.html#GrapeCity_ActiveReports_Design_ServerConnectionChangedEventArgs_Connected">Connected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the connection to the server is established.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ServerConnectionChangedEventArgs_ServerUrl" data-uid="GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs.ServerUrl">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs.ServerUrl.html#GrapeCity_ActiveReports_Design_ServerConnectionChangedEventArgs_ServerUrl">ServerUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the URL of the server to which the connection status has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
