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

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_Scrolled" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.Scrolled" class="text-break">Scrolled Event
</h1>
<div class="markdown level0 summary"><p>Occurs when the calendar scrolled.</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_Scrolled_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public event RoutedEventHandler Scrolled</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Event Scrolled As RoutedEventHandler</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="https://learn.microsoft.com/dotnet/api/system.windows.routedeventhandler">RoutedEventHandler</a></td>
      <td>Occurs when the calendar scrolled.</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_Scrolled_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a> scrolled when navigating to the previous or next dates; pressing <b>PageUp</b> or previous button in the header to move to previous dates, pressing <b>PageDown</b> or next button in the header to move to the next dates.</p>
</div>
</div>
