# GrapeCity.ActiveReports.Design.ChartDataSourceClickedEventArgs

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_ChartDataSourceClickedEventArgs" data-uid="GrapeCity.ActiveReports.Design.ChartDataSourceClickedEventArgs" class="text-break">ChartDataSourceClickedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="GrapeCity.ActiveReports.Design.Designer.ChartDataSourceClicked.html">ChartDataSourceClicked</a> event.
This event occurs when the data source icon of a chart control is clicked within the designer environment.</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">ChartDataSourceClickedEventArgs</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_ChartDataSourceClickedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ChartDataSourceClickedEventArgs : EventArgs</code></pre>
  </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_ChartDataSourceClickedEventArgs__ctor_GrapeCity_ActiveReports_SectionReportModel_ChartControl_" data-uid="GrapeCity.ActiveReports.Design.ChartDataSourceClickedEventArgs.#ctor(GrapeCity.ActiveReports.SectionReportModel.ChartControl)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ChartDataSourceClickedEventArgs.-ctor.html#GrapeCity_ActiveReports_Design_ChartDataSourceClickedEventArgs__ctor_GrapeCity_ActiveReports_SectionReportModel_ChartControl_">ChartDataSourceClickedEventArgs(ChartControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Design.ChartDataSourceClickedEventArgs.html">ChartDataSourceClickedEventArgs</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_ChartDataSourceClickedEventArgs_Cancel" data-uid="GrapeCity.ActiveReports.Design.ChartDataSourceClickedEventArgs.Cancel">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ChartDataSourceClickedEventArgs.Cancel.html#GrapeCity_ActiveReports_Design_ChartDataSourceClickedEventArgs_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the default action for the data source icon click should be canceled.
Setting this property to <code>true</code> prevents the default data source configuration dialog from opening,
allowing for a custom data source configuration process to be initiated instead.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ChartDataSourceClickedEventArgs_Chart" data-uid="GrapeCity.ActiveReports.Design.ChartDataSourceClickedEventArgs.Chart">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ChartDataSourceClickedEventArgs.Chart.html#GrapeCity_ActiveReports_Design_ChartDataSourceClickedEventArgs_Chart">Chart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.SectionReportModel.ChartControl.html">ChartControl</a> instance whose data source icon was clicked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
