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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnFocusedDateChanged_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnFocusedDateChanged*">OnFocusedDateChanged Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnFocusedDateChanged_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnFocusedDateChanged*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnFocusedDateChanged_GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDateEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnFocusedDateChanged(GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDateEventArgs)">OnFocusedDateChanged(CalendarDateEventArgs)</h4>
<div class="markdown level1 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 level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void OnFocusedDateChanged(CalendarDateEventArgs e)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub OnFocusedDateChanged(e As CalendarDateEventArgs)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDateEventArgs.html">CalendarDateEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>The GrapeCity.Windows.InputMan.CalendarDateEventArgs instance containing the event data.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
