# GrapeCity.ActiveReports.Design.SelectionChangedEventHandler

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_SelectionChangedEventHandler" data-uid="GrapeCity.ActiveReports.Design.SelectionChangedEventHandler" class="text-break">SelectionChangedEventHandler Delegate
</h1>
  <div class="markdown level0 summary"><p>Represents the method that will handle the SelectionChanged event.</p>
</div>
  <div class="markdown level0 conceptual"></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_SelectionChangedEventHandler_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public delegate void SelectionChangedEventHandler()</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_SelectionChangedEventHandler_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This delegate is used to define the method signature for handling the SelectionChanged event, which occurs when the selection of an object or objects
in the designer surface changes. No event data is passed to the method, indicating that the event is a notification of a change in selection state rather
than a request for processing specific selection data.</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_SelectionChangedEventHandler__ctor_System_Object_System_IntPtr_" data-uid="GrapeCity.ActiveReports.Design.SelectionChangedEventHandler.#ctor(System.Object,System.IntPtr)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.SelectionChangedEventHandler.-ctor.html#GrapeCity_ActiveReports_Design_SelectionChangedEventHandler__ctor_System_Object_System_IntPtr_">SelectionChangedEventHandler(object, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_SelectionChangedEventHandler_BeginInvoke_System_AsyncCallback_System_Object_" data-uid="GrapeCity.ActiveReports.Design.SelectionChangedEventHandler.BeginInvoke(System.AsyncCallback,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.SelectionChangedEventHandler.BeginInvoke.html#GrapeCity_ActiveReports_Design_SelectionChangedEventHandler_BeginInvoke_System_AsyncCallback_System_Object_">BeginInvoke(AsyncCallback, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_SelectionChangedEventHandler_EndInvoke_System_IAsyncResult_" data-uid="GrapeCity.ActiveReports.Design.SelectionChangedEventHandler.EndInvoke(System.IAsyncResult)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.SelectionChangedEventHandler.EndInvoke.html#GrapeCity_ActiveReports_Design_SelectionChangedEventHandler_EndInvoke_System_IAsyncResult_">EndInvoke(IAsyncResult)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_SelectionChangedEventHandler_Invoke" data-uid="GrapeCity.ActiveReports.Design.SelectionChangedEventHandler.Invoke">
          <a class="xref" href="GrapeCity.ActiveReports.Design.SelectionChangedEventHandler.Invoke.html#GrapeCity_ActiveReports_Design_SelectionChangedEventHandler_Invoke">Invoke()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
