# GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs" class="text-break">ClickDateEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides the data for the GrapeCity.Windows.InputMan.GcDropDownCalendar.ClickDate event and the GrapeCity.Windows.InputMan.GcDropDownCalendar.DoubleClickDate 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.routedeventargs">RoutedEventArgs</a></div>
    <div class="level3"><span class="xref">ClickDateEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ClickDateEventArgs : RoutedEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ClickDateEventArgs
    Inherits RoutedEventArgs</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_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs__ctor_System_DateTime_System_Windows_RoutedEvent_System_Object_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs.#ctor(System.DateTime,System.Windows.RoutedEvent,System.Object)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs__ctor_System_DateTime_System_Windows_RoutedEvent_System_Object_">ClickDateEventArgs(DateTime, RoutedEvent, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs.html">ClickDateEventArgs</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs__ctor_System_Windows_RoutedEvent_System_DateTime_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs.#ctor(System.Windows.RoutedEvent,System.DateTime)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs__ctor_System_Windows_RoutedEvent_System_DateTime_">ClickDateEventArgs(RoutedEvent, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs.html">ClickDateEventArgs</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_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs_Date" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs.Date">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs_Date">Date</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the clicked date.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
