# C1.Schedule.ReminderCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_ReminderCollection" data-uid="C1.Schedule.ReminderCollection" class="text-break">ReminderCollection Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.ReminderCollection.html">ReminderCollection</a> is a collection of all <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a> objects
that represents the reminders for all pending items.</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.collections.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="C1.Schedule.Reminder.html">Reminder</a>&gt;</div>
    <div class="level2"><a class="xref" href="C1.Schedule.C1ObservableCollection-1.html">C1ObservableCollection</a>&lt;<a class="xref" href="C1.Schedule.Reminder.html">Reminder</a>&gt;</div>
    <div class="level3"><span class="xref">ReminderCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.Schedule.Reminder.html">Reminder</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.Schedule.Reminder.html">Reminder</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.Schedule.Reminder.html">Reminder</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="C1.Schedule.Reminder.html">Reminder</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.Schedule.Reminder.html">Reminder</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Schedule.html">C1.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.ScheduleCore.dll</h6>
  <h5 id="C1_Schedule_ReminderCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReminderCollection : C1ObservableCollection&lt;Reminder&gt;, IList&lt;Reminder&gt;, ICollection&lt;Reminder&gt;, IList, ICollection, IReadOnlyList&lt;Reminder&gt;, IReadOnlyCollection&lt;Reminder&gt;, IEnumerable&lt;Reminder&gt;, IEnumerable, INotifyCollectionChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReminderCollection
    Inherits C1ObservableCollection(Of Reminder)
    Implements IList(Of Reminder), ICollection(Of Reminder), IList, ICollection, IReadOnlyList(Of Reminder), IReadOnlyCollection(Of Reminder), IEnumerable(Of Reminder), IEnumerable, INotifyCollectionChanged, IDisposable</code></pre>
  </div>
  <h5 id="C1_Schedule_ReminderCollection_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use the <a class="xref" href="C1.Schedule.C1ScheduleStorage.Reminders.html#C1_Schedule_C1ScheduleStorage_Reminders">Reminders</a> property to get a reference<br>
to the Reminders collection.
Reminders are created programmatically when a new <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object
is created with a reminder. For example, a reminder is created when
an <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object is created and the <a class="xref" href="C1.Schedule.Appointment.ReminderSet.html#C1_Schedule_Appointment_ReminderSet">ReminderSet</a>
property is set to true.</p>
</div>
  <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_Schedule_ReminderCollection_ClearItems" data-uid="C1.Schedule.ReminderCollection.ClearItems">
          <a class="xref" href="C1.Schedule.ReminderCollection.ClearItems.html#C1_Schedule_ReminderCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ReminderCollection_Dispose" data-uid="C1.Schedule.ReminderCollection.Dispose">
          <a class="xref" href="C1.Schedule.ReminderCollection.Dispose.html#C1_Schedule_ReminderCollection_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ReminderCollection_InsertItem_System_Int32_C1_Schedule_Reminder_" data-uid="C1.Schedule.ReminderCollection.InsertItem(System.Int32,C1.Schedule.Reminder)">
          <a class="xref" href="C1.Schedule.ReminderCollection.InsertItem.html#C1_Schedule_ReminderCollection_InsertItem_System_Int32_C1_Schedule_Reminder_">InsertItem(int, Reminder)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ReminderCollection_RemoveItem_System_Int32_" data-uid="C1.Schedule.ReminderCollection.RemoveItem(System.Int32)">
          <a class="xref" href="C1.Schedule.ReminderCollection.RemoveItem.html#C1_Schedule_ReminderCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ReminderCollection_SetItem_System_Int32_C1_Schedule_Reminder_" data-uid="C1.Schedule.ReminderCollection.SetItem(System.Int32,C1.Schedule.Reminder)">
          <a class="xref" href="C1.Schedule.ReminderCollection.SetItem.html#C1_Schedule_ReminderCollection_SetItem_System_Int32_C1_Schedule_Reminder_">SetItem(int, Reminder)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ReminderCollection_UpdateAll" data-uid="C1.Schedule.ReminderCollection.UpdateAll">
          <a class="xref" href="C1.Schedule.ReminderCollection.UpdateAll.html#C1_Schedule_ReminderCollection_UpdateAll">UpdateAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates all reminders.</p>
</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_Schedule_ReminderCollection_ReminderAdd" data-uid="C1.Schedule.ReminderCollection.ReminderAdd">
          <a class="xref" href="C1.Schedule.ReminderCollection.ReminderAdd.html">ReminderAdd</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a reminder is added.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ReminderCollection_ReminderChange" data-uid="C1.Schedule.ReminderCollection.ReminderChange">
          <a class="xref" href="C1.Schedule.ReminderCollection.ReminderChange.html">ReminderChange</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a reminder has been modified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ReminderCollection_ReminderFire" data-uid="C1.Schedule.ReminderCollection.ReminderFire">
          <a class="xref" href="C1.Schedule.ReminderCollection.ReminderFire.html">ReminderFire</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the reminder is executed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ReminderCollection_ReminderRemove" data-uid="C1.Schedule.ReminderCollection.ReminderRemove">
          <a class="xref" href="C1.Schedule.ReminderCollection.ReminderRemove.html">ReminderRemove</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a>  object has been removed from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ReminderCollection_ReminderSnooze" data-uid="C1.Schedule.ReminderCollection.ReminderSnooze">
          <a class="xref" href="C1.Schedule.ReminderCollection.ReminderSnooze.html">ReminderSnooze</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a reminder is dismissed using the Snooze button.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
