# C1.WinUI.Calendar.CalendarYearSlotLoadingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WinUI_Calendar_CalendarYearSlotLoadingEventArgs" data-uid="C1.WinUI.Calendar.CalendarYearSlotLoadingEventArgs" class="text-break">CalendarYearSlotLoadingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Event information for <span class="xref">C1Calendar.YearSlotLoading</span> 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="C1.WinUI.Calendar.CalendarSlotLoadingEventArgs-1.html">CalendarSlotLoadingEventArgs</a>&lt;<a class="xref" href="C1.WinUI.Calendar.CalendarYearSlotInfo.html">CalendarYearSlotInfo</a>&gt;</div>
    <div class="level3"><span class="xref">CalendarYearSlotLoadingEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WinUI.Calendar.html">C1.WinUI.Calendar</a></h6>
  <h6><strong>Assembly</strong>: C1.WinUI.Calendar.dll</h6>
  <h5 id="C1_WinUI_Calendar_CalendarYearSlotLoadingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarYearSlotLoadingEventArgs : CalendarSlotLoadingEventArgs&lt;CalendarYearSlotInfo&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarYearSlotLoadingEventArgs
    Inherits CalendarSlotLoadingEventArgs(Of CalendarYearSlotInfo)</code></pre>
  </div>
  <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="C1_WinUI_Calendar_CalendarYearSlotLoadingEventArgs_IsAdjacentYear" data-uid="C1.WinUI.Calendar.CalendarYearSlotLoadingEventArgs.IsAdjacentYear">
          <a class="xref" href="C1.WinUI.Calendar.CalendarYearSlotLoadingEventArgs.IsAdjacentYear.html#C1_WinUI_Calendar_CalendarYearSlotLoadingEventArgs_IsAdjacentYear">IsAdjacentYear</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether or not the year is an adjacent year in the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Calendar_CalendarYearSlotLoadingEventArgs_Year" data-uid="C1.WinUI.Calendar.CalendarYearSlotLoadingEventArgs.Year">
          <a class="xref" href="C1.WinUI.Calendar.CalendarYearSlotLoadingEventArgs.Year.html#C1_WinUI_Calendar_CalendarYearSlotLoadingEventArgs_Year">Year</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Calendar_CalendarYearSlotLoadingEventArgs_YearSlot" data-uid="C1.WinUI.Calendar.CalendarYearSlotLoadingEventArgs.YearSlot">
          <a class="xref" href="C1.WinUI.Calendar.CalendarYearSlotLoadingEventArgs.YearSlot.html#C1_WinUI_Calendar_CalendarYearSlotLoadingEventArgs_YearSlot">YearSlot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visual element shown in the year slot.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
