# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChanged

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDateChanged" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChanged" class="text-break">FocusedDateChanged Event
</h1>
<div class="markdown level0 summary"><p>Called when the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDate">FocusedDate</a> property changed, to raise the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChanged.html">FocusedDateChanged</a> event.</p>
</div>
<div class="markdown level0 conceptual"></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_GcDropDownCalendar_FocusedDateChanged_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public event CalendarDateChangedEventHandler FocusedDateChanged</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Event FocusedDateChanged As CalendarDateChangedEventHandler</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDateChangedEventHandler.html">CalendarDateChangedEventHandler</a></td>
      <td>Called when the  property changed, to raise the  event.</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDateChanged_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>
      This event is raised if the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDate">FocusedDate</a> property changed, and it can be changed not only by user interaction but also by binding as well as other set values.
    </p>
<p>
  <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChanged.html">FocusedDateChanged</a> event is raised when mouse down on the button of calendar in mouse operation; and it is raised when key down in keyboard operation.
    </p>
<p>
      When calendar scrolled:
      It is raised before the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.Scrolled.html">Scrolled</a> event in mouse operation; and it is raised after the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.Scrolled.html">Scrolled</a> event in keyboard navigation or pressing previous/next button.
    </p>
</div>
</div>
