# GrapeCity.ActiveReports.Design.DataSourceIconClickedEventArgs

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_DataSourceIconClickedEventArgs" data-uid="GrapeCity.ActiveReports.Design.DataSourceIconClickedEventArgs" class="text-break">DataSourceIconClickedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the DataSourceIconClicked 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">DataSourceIconClickedEventArgs</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_DataSourceIconClickedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataSourceIconClickedEventArgs : EventArgs</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_DataSourceIconClickedEventArgs_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This event is raised when the data source icon within the designer is clicked, potentially opening a dialog.
The DialogResult property indicates the result of this dialog if one was shown.</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_DataSourceIconClickedEventArgs__ctor_System_Windows_Forms_DialogResult_" data-uid="GrapeCity.ActiveReports.Design.DataSourceIconClickedEventArgs.#ctor(System.Windows.Forms.DialogResult)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DataSourceIconClickedEventArgs.-ctor.html#GrapeCity_ActiveReports_Design_DataSourceIconClickedEventArgs__ctor_System_Windows_Forms_DialogResult_">DataSourceIconClickedEventArgs(DialogResult)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Design.DataSourceIconClickedEventArgs.html">DataSourceIconClickedEventArgs</a> class.</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_DataSourceIconClickedEventArgs_DialogResult" data-uid="GrapeCity.ActiveReports.Design.DataSourceIconClickedEventArgs.DialogResult">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DataSourceIconClickedEventArgs.DialogResult.html#GrapeCity_ActiveReports_Design_DataSourceIconClickedEventArgs_DialogResult">DialogResult</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the result of the dialog that was potentially shown after the data source icon was clicked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
