# C1.Win.Schedule.C1Calendar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Schedule_C1Calendar" data-uid="C1.Win.Schedule.C1Calendar" class="text-break">C1Calendar Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Schedule.C1Calendar.html">C1Calendar</a> control is a fully functional
Outlook-style calendar that enables end-users to select the current date or
the set of dates to navigate through the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control.
Depending on the amount of space available, the <a class="xref" href="C1.Win.Schedule.C1Calendar.html">C1Calendar</a>
control can display one or more months at a time.</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"><span class="xref">C1Calendar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Schedule.html">C1.Win.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Schedule.10.dll</h6>
  <h5 id="C1_Win_Schedule_C1Calendar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Calendar), &quot;C1Calendar.png&quot;)]
[C1Description(&quot;C1Calendar&quot;, &quot;Represents a fully-functional Outlook-style calendar.&quot;)]
public class C1Calendar : XView, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Calendar), &quot;C1Calendar.png&quot;)&gt;
&lt;C1Description(&quot;C1Calendar&quot;, &quot;Represents a fully-functional Outlook-style calendar.&quot;)&gt;
Public Class C1Calendar
    Inherits XView
    Implements ISupportInitialize</code></pre>
  </div>
  <h5 id="C1_Win_Schedule_C1Calendar_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>A functional scheduling application can be created without using
the <a class="xref" href="C1.Win.Schedule.C1Calendar.html">C1Calendar</a> control,
but the <a class="xref" href="C1.Win.Schedule.C1Calendar.html">C1Calendar</a> provides visual navigational capabilities.</p>
</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="C1_Win_Schedule_C1Calendar__ctor" data-uid="C1.Win.Schedule.C1Calendar.#ctor">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.-ctor.html#C1_Win_Schedule_C1Calendar__ctor">C1Calendar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.C1Calendar.html">C1Calendar</a> control.</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="C1_Win_Schedule_C1Calendar_BackColor" data-uid="C1.Win.Schedule.C1Calendar.BackColor">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.BackColor.html#C1_Win_Schedule_C1Calendar_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_BackgroundImage" data-uid="C1.Win.Schedule.C1Calendar.BackgroundImage">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.BackgroundImage.html#C1_Win_Schedule_C1Calendar_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_BackgroundImageLayout" data-uid="C1.Win.Schedule.C1Calendar.BackgroundImageLayout">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.BackgroundImageLayout.html#C1_Win_Schedule_C1Calendar_BackgroundImageLayout">BackgroundImageLayout</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_BoldedDates" data-uid="C1.Win.Schedule.C1Calendar.BoldedDates">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.BoldedDates.html#C1_Win_Schedule_C1Calendar_BoldedDates">BoldedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an array of bolded dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_CalendarDimensions" data-uid="C1.Win.Schedule.C1Calendar.CalendarDimensions">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.CalendarDimensions.html#C1_Win_Schedule_C1Calendar_CalendarDimensions">CalendarDimensions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of months to display in control.
Actual number of months depends on the available space.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_CalendarInfo" data-uid="C1.Win.Schedule.C1Calendar.CalendarInfo">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.CalendarInfo.html#C1_Win_Schedule_C1Calendar_CalendarInfo">CalendarInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Schedule.C1Calendar.CalendarInfo.html#C1_Win_Schedule_C1Calendar_CalendarInfo">CalendarInfo</a> object for the <a class="xref" href="C1.Win.Schedule.C1Calendar.html">C1Calendar</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_CurrentMonthDisplayOffset" data-uid="C1.Win.Schedule.C1Calendar.CurrentMonthDisplayOffset">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.CurrentMonthDisplayOffset.html#C1_Win_Schedule_C1Calendar_CurrentMonthDisplayOffset">CurrentMonthDisplayOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current month display offset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_DefaultSize" data-uid="C1.Win.Schedule.C1Calendar.DefaultSize">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.DefaultSize.html#C1_Win_Schedule_C1Calendar_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_DropDownMonthCount" data-uid="C1.Win.Schedule.C1Calendar.DropDownMonthCount">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.DropDownMonthCount.html#C1_Win_Schedule_C1Calendar_DropDownMonthCount">DropDownMonthCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of items in dropdown month/year selectors in the month header.
The default value is 9.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_Font" data-uid="C1.Win.Schedule.C1Calendar.Font">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.Font.html#C1_Win_Schedule_C1Calendar_Font">Font</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_ForeColor" data-uid="C1.Win.Schedule.C1Calendar.ForeColor">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.ForeColor.html#C1_Win_Schedule_C1Calendar_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_MaxSelectionCount" data-uid="C1.Win.Schedule.C1Calendar.MaxSelectionCount">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.MaxSelectionCount.html#C1_Win_Schedule_C1Calendar_MaxSelectionCount">MaxSelectionCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of days that can be selected in the <a class="xref" href="C1.Win.Schedule.C1Calendar.html">C1Calendar</a> control.
The default value is 42.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_RightToLeftLayout" data-uid="C1.Win.Schedule.C1Calendar.RightToLeftLayout">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.RightToLeftLayout.html#C1_Win_Schedule_C1Calendar_RightToLeftLayout">RightToLeftLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control can be laid out from right to left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_Schedule" data-uid="C1.Win.Schedule.C1Calendar.Schedule">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.Schedule.html#C1_Win_Schedule_C1Calendar_Schedule">Schedule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the reference to the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a>
control associated with the <a class="xref" href="C1.Win.Schedule.C1Calendar.html">C1Calendar</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_SelectedDates" data-uid="C1.Win.Schedule.C1Calendar.SelectedDates">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.SelectedDates.html#C1_Win_Schedule_C1Calendar_SelectedDates">SelectedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an array of selected dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_ShowNavigationButtons" data-uid="C1.Win.Schedule.C1Calendar.ShowNavigationButtons">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.ShowNavigationButtons.html#C1_Win_Schedule_C1Calendar_ShowNavigationButtons">ShowNavigationButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether control displays navigation buttons in the month header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_ShowWeekNumbers" data-uid="C1.Win.Schedule.C1Calendar.ShowWeekNumbers">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.ShowWeekNumbers.html#C1_Win_Schedule_C1Calendar_ShowWeekNumbers">ShowWeekNumbers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating whether
<a class="xref" href="C1.Win.Schedule.C1Calendar.html">C1Calendar</a> control displays week numbers to
the left of each row of days.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_Theme" data-uid="C1.Win.Schedule.C1Calendar.Theme">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.Theme.html#C1_Win_Schedule_C1Calendar_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Schedule.C1Calendar.Theme.html#C1_Win_Schedule_C1Calendar_Theme">Theme</a> object determining the control appearance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_BeginInit" data-uid="C1.Win.Schedule.C1Calendar.BeginInit">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.BeginInit.html#C1_Win_Schedule_C1Calendar_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_Dispose_System_Boolean_" data-uid="C1.Win.Schedule.C1Calendar.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.Dispose.html#C1_Win_Schedule_C1Calendar_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_EndInit" data-uid="C1.Win.Schedule.C1Calendar.EndInit">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.EndInit.html#C1_Win_Schedule_C1Calendar_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_GetDisplayRange_System_Boolean_" data-uid="C1.Win.Schedule.C1Calendar.GetDisplayRange(System.Boolean)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.GetDisplayRange.html#C1_Win_Schedule_C1Calendar_GetDisplayRange_System_Boolean_">GetDisplayRange(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns date information that represents the low and high limits of the displayed dates of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_OnDragDrop_System_Windows_Forms_DragEventArgs_" data-uid="C1.Win.Schedule.C1Calendar.OnDragDrop(System.Windows.Forms.DragEventArgs)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.OnDragDrop.html#C1_Win_Schedule_C1Calendar_OnDragDrop_System_Windows_Forms_DragEventArgs_">OnDragDrop(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_OnDragEnter_System_Windows_Forms_DragEventArgs_" data-uid="C1.Win.Schedule.C1Calendar.OnDragEnter(System.Windows.Forms.DragEventArgs)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.OnDragEnter.html#C1_Win_Schedule_C1Calendar_OnDragEnter_System_Windows_Forms_DragEventArgs_">OnDragEnter(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_OnDragOver_System_Windows_Forms_DragEventArgs_" data-uid="C1.Win.Schedule.C1Calendar.OnDragOver(System.Windows.Forms.DragEventArgs)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.OnDragOver.html#C1_Win_Schedule_C1Calendar_OnDragOver_System_Windows_Forms_DragEventArgs_">OnDragOver(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_OnFontChanged_System_EventArgs_" data-uid="C1.Win.Schedule.C1Calendar.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.OnFontChanged.html#C1_Win_Schedule_C1Calendar_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Schedule.C1Calendar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.OnMouseUp.html#C1_Win_Schedule_C1Calendar_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Schedule.C1Calendar.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.OnMouseWheel.html#C1_Win_Schedule_C1Calendar_OnMouseWheel_System_Windows_Forms_MouseEventArgs_">OnMouseWheel(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_OnParentChanged_System_EventArgs_" data-uid="C1.Win.Schedule.C1Calendar.OnParentChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.OnParentChanged.html#C1_Win_Schedule_C1Calendar_OnParentChanged_System_EventArgs_">OnParentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_OnRightToLeftChanged_System_EventArgs_" data-uid="C1.Win.Schedule.C1Calendar.OnRightToLeftChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.OnRightToLeftChanged.html#C1_Win_Schedule_C1Calendar_OnRightToLeftChanged_System_EventArgs_">OnRightToLeftChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_Refresh" data-uid="C1.Win.Schedule.C1Calendar.Refresh">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.Refresh.html#C1_Win_Schedule_C1Calendar_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Forces the control to invalidate its client area and immediately redraw
itself and any child controls.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_ResetTheme" data-uid="C1.Win.Schedule.C1Calendar.ResetTheme">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.ResetTheme.html#C1_Win_Schedule_C1Calendar_ResetTheme">ResetTheme()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Schedule.C1Calendar.Theme.html#C1_Win_Schedule_C1Calendar_Theme">Theme</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_ResetVisualStyle" data-uid="C1.Win.Schedule.C1Calendar.ResetVisualStyle">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.ResetVisualStyle.html#C1_Win_Schedule_C1Calendar_ResetVisualStyle">ResetVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <span class="xref">C1.Win.Schedule.C1Calendar.VisualStyle</span> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Win.Schedule.C1Calendar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.SetBoundsCore.html#C1_Win_Schedule_C1Calendar_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_">SetBoundsCore(int, int, int, int, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_ShouldSerializeCalendarInfo" data-uid="C1.Win.Schedule.C1Calendar.ShouldSerializeCalendarInfo">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.ShouldSerializeCalendarInfo.html#C1_Win_Schedule_C1Calendar_ShouldSerializeCalendarInfo">ShouldSerializeCalendarInfo()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_ShouldSerializeTheme" data-uid="C1.Win.Schedule.C1Calendar.ShouldSerializeTheme">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.ShouldSerializeTheme.html#C1_Win_Schedule_C1Calendar_ShouldSerializeTheme">ShouldSerializeTheme()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_BeforeDayFormat" data-uid="C1.Win.Schedule.C1Calendar.BeforeDayFormat">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.BeforeDayFormat.html">BeforeDayFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the day tooltip is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_BeforeDayTooltipShow" data-uid="C1.Win.Schedule.C1Calendar.BeforeDayTooltipShow">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.BeforeDayTooltipShow.html">BeforeDayTooltipShow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the day tooltip is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_DisplayRangeChanged" data-uid="C1.Win.Schedule.C1Calendar.DisplayRangeChanged">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.DisplayRangeChanged.html">DisplayRangeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when display range changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Calendar_SelectionChanged" data-uid="C1.Win.Schedule.C1Calendar.SelectionChanged">
          <a class="xref" href="C1.Win.Schedule.C1Calendar.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the range of selected days is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
