# C1.Schedule

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_Schedule" data-uid="C1.Schedule" class="text-break">C1.Schedule Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.Schedule.Action.html">Action</a></h4>
      <section><p>Represents an action to take when the current system time reaches
the start of the associated <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.ActionCollection.html">ActionCollection</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.ActionCollection.html">ActionCollection</a> is a collection of all <a class="xref" href="C1.Schedule.Action.html">Action</a> objects
that represents the reminders for all pending items.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.Appointment.html">Appointment</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object is a meeting, a one-time appointment,
or a recurring appointment or meeting in the C1Schedule.
The <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> class includes properties
that specify meeting details such as the location and time.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.AppointmentCollection.html">AppointmentCollection</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.AppointmentCollection.html">AppointmentCollection</a> is a collection of all
<a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> objects in the C1Schedule component.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.AppointmentComparer.html">AppointmentComparer</a></h4>
      <section><p>Compares <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> objects by their start time.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.AppointmentEventArgs.html">AppointmentEventArgs</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.AppointmentEventArgs.html">AppointmentEventArgs</a> class describes event data for <a class="xref" href="C1.Schedule.AppointmentEventArgs.Appointment.html#C1_Schedule_AppointmentEventArgs_Appointment">Appointment</a> events.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.AppointmentList.html">AppointmentList</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.AppointmentList.html">AppointmentList</a> is a sortable collection of
<a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.AppointmentMappingCollection.html">AppointmentMappingCollection</a></h4>
      <section><p>Represents a generic collection of mappings for properties of
<a class="xref" href="C1.Schedule.BaseObject.html">BaseObject</a> derived objects to appropriate data fields.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.AppointmentStorage.html">AppointmentStorage</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.AppointmentStorage.html">AppointmentStorage</a> is the storage
for <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> objects. It allows binding to the data source
and mapping data source fields to the appointment properties.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.BaseCollectionEventArgs-1.html">BaseCollectionEventArgs&lt;T&gt;</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Schedule.BaseCollection-1.html">BaseCollection&lt;T&gt;</a> events.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.BaseCollection-1.html">BaseCollection&lt;T&gt;</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.BaseCollection-1.html">BaseCollection&lt;T&gt;</a> is a base generic class for all collections
in C1Schedule object model.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.BaseList-1.html">BaseList&lt;T&gt;</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.BaseList-1.html">BaseList&lt;T&gt;</a> is a base generic class for all lists
in C1Schedule's object model.
Only objects existing in the owning collection can be added to this list.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.BaseObject.html">BaseObject</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.BaseObject.html">BaseObject</a> is a base class for resources, labels, statuses,
categories and contacts. It implements base UI properties and persistence.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.BaseObjectMappingCollection-1.html">BaseObjectMappingCollection&lt;T&gt;</a></h4>
      <section><p>Represents a generic collection of mappings for properties
of the <a class="xref" href="C1.Schedule.BaseObject.html">BaseObject</a> derived objects to appropriate data fields.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.BasePersistableObject.html">BasePersistableObject</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.BasePersistableObject.html">BasePersistableObject</a> is a base class for persistable objects.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.BaseStorage-2.html">BaseStorage&lt;T, TMappingCollection&gt;</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.BaseStorage-2.html">BaseStorage&lt;T, TMappingCollection&gt;</a> is the base generic component
for all storages in C1Schedule object model.
Represents a storage of objects derived from <a class="xref" href="C1.Schedule.BasePersistableObject.html">BasePersistableObject</a>.
This component implements methods of operations over the collections of objects.
It allows the collection to be populated programmatically
or automatically by retrieving data from the data source which
is specified by the DataSource and DataMember properties.
It allows mapping of data source fields to the object properties.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.C1BindingSource.html">C1BindingSource</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.C1BindingSource.html">C1BindingSource</a> encapsulates the data source.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.C1Brush.html">C1Brush</a></h4>
      <section><p>The base wrapper class for brushes. Only for serialization/deserialization purposes.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.C1BrushFactory.html">C1BrushFactory</a></h4>
      <section><p>This factory class allows to register platform-specific type which should be used instead of the <a class="xref" href="C1.Schedule.C1Brush.html">C1Brush</a> type.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.C1ObservableCollection-1.html">C1ObservableCollection&lt;T&gt;</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.C1ObservableCollection-1.html">C1ObservableCollection&lt;T&gt;</a> is the base class for all
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection&lt;T&gt;</a> derived collections. Supports notification.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.C1ObservableKeyedCollection-2.html">C1ObservableKeyedCollection&lt;TKey, TItem&gt;</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.C1ObservableCollection-1.html">C1ObservableCollection&lt;T&gt;</a> is the base class for all
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.keyedcollection-2">KeyedCollection&lt;TKey, TItem&gt;</a> derived collections. Supports notification.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.C1ScheduleStorage.html">C1ScheduleStorage</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.C1ScheduleStorage.html">C1ScheduleStorage</a> component handles all data
operations for the scheduler control and contains specific data storages
for appointments, resources, contacts, owners, labels and statuses,
which are used for binding different collections to the data.
The <a class="xref" href="C1.Schedule.C1ScheduleStorage.html">C1ScheduleStorage</a> component also handles data
importing and exporting to other scheduling formats such as binary, iCal, and XML.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.CalendarInfo.html">CalendarInfo</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.CalendarInfo.html">CalendarInfo</a> class manages and exposes all date-related data.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.CancelAppointmentEventArgs.html">CancelAppointmentEventArgs</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.CancelAppointmentEventArgs.html">CancelAppointmentEventArgs</a> class describes event data
for cancellable <a class="xref" href="C1.Schedule.CancelAppointmentEventArgs.Appointment.html#C1_Schedule_CancelAppointmentEventArgs_Appointment">Appointment</a> events.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.CancelReminderEventArgs.html">CancelReminderEventArgs</a></h4>
      <section><p>Describes event data for cancelable Reminder events.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.Category.html">Category</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.Category.html">Category</a> class represents the category which can be
associated with the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.CategoryCollection.html">CategoryCollection</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.CategoryCollection.html">CategoryCollection</a> is a collection of <a class="xref" href="C1.Schedule.Category.html">Category</a>
objects which represents all available categories in C1Schedule object model.
By default it contains the set of predefined categories.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.CategoryList.html">CategoryList</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.CategoryList.html">CategoryList</a> is a list of <a class="xref" href="C1.Schedule.Category.html">Category</a> objects.
Only objects existing in the owning <a class="xref" href="C1.Schedule.CategoryCollection.html">CategoryCollection</a> object
may be added to this list.
Use the <a class="xref" href="C1.Schedule.CategoryList.html">CategoryList</a> to associate the set of <a class="xref" href="C1.Schedule.Category.html">Category</a> objects
with an <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.CategoryStorage.html">CategoryStorage</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.CategoryStorage.html">CategoryStorage</a> is the storage for <a class="xref" href="C1.Schedule.Category.html">Category</a> objects.
It allows binding to the data source and mapping data source fields
to the category properties.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.Contact.html">Contact</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.Contact.html">Contact</a> class represents the person information.
Not real class just sample for prototyping.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.ContactCollection.html">ContactCollection</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.ContactCollection.html">ContactCollection</a> is a collection of <a class="xref" href="C1.Schedule.Contact.html">Contact</a>
objects which represents all available contacts in C1Schedule object model.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.ContactList.html">ContactList</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.ContactList.html">ContactList</a> is a list of <a class="xref" href="C1.Schedule.Contact.html">Contact</a> objects.
Only objects existing in the owning <a class="xref" href="C1.Schedule.ContactCollection.html">ContactCollection</a> object
may be added to this list.
Use the <a class="xref" href="C1.Schedule.ContactList.html">ContactList</a> to associate the set of <a class="xref" href="C1.Schedule.Contact.html">Contact</a> objects
with an <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.ContactStorage.html">ContactStorage</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.ContactStorage.html">ContactStorage</a> is the storage for <a class="xref" href="C1.Schedule.Contact.html">Contact</a> objects.
It allows binding to the data source and mapping data source fields
to the contact properties.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.DateList.html">DateList</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.DateList.html">DateList</a> class is a wrapper for the
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> instance.
At addition of the new value, it cuts off the time part of the value
and ensures that the value is not present in the list yet.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.Day.html">Day</a></h4>
      <section><p>Represents one day with appointments.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.DayCollection.html">DayCollection</a></h4>
      <section><p>Collection of all days in the C1Schedule component.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.DayOfWeekConverter.html">DayOfWeekConverter</a></h4>
      <section><p>Provides a type converter to convert <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dayofweek">DayOfWeek</a> objects to and from various other representations.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.ItemSynchronizedEventArgs.html">ItemSynchronizedEventArgs</a></h4>
      <section><p>Provides data for the DataSourceItemSynchronized event.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.Label.html">Label</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.Label.html">Label</a> class represents the label which can be
associated with the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.LabelCollection.html">LabelCollection</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.LabelCollection.html">LabelCollection</a> is a collection of <a class="xref" href="C1.Schedule.Label.html">Label</a>
objects which represents all available labels in C1Schedule object model.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.LabelList.html">LabelList</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.LabelList.html">LabelList</a> is a list of <a class="xref" href="C1.Schedule.Label.html">Label</a> objects.
Only objects existing in the owning <a class="xref" href="C1.Schedule.LabelCollection.html">LabelCollection</a> object
may be added to this list.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.LabelStorage.html">LabelStorage</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.LabelStorage.html">LabelStorage</a> is the storage for <a class="xref" href="C1.Schedule.Label.html">Label</a> objects.
It allows binding to the data source and mapping data source fields
to the label properties.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.MappingCollectionBase-1.html">MappingCollectionBase&lt;T&gt;</a></h4>
      <section><p>Represents a collection of mappings for properties of the
<a class="xref" href="C1.Schedule.BasePersistableObject.html">BasePersistableObject</a> object to the appropriate data fields.
Names of properties are keys in this collection.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.MappingInfo.html">MappingInfo</a></h4>
      <section><p>This class provides information on the mapping of the single property
of the object to the appropriate data field.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.RecurrencePattern.html">RecurrencePattern</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.RecurrencePattern.html">RecurrencePattern</a> class contains information
that describes the recurrence pattern and range
of the associated <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.Reminder.html">Reminder</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a> class represents an object which allows users to keep track
of upcoming appointments by scheduling a pop-up dialog box to appear at a given time.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.ReminderCollection.html">ReminderCollection</a></h4>
      <section><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>
</section>
      <h4><a class="xref" href="C1.Schedule.ReminderEventArgs.html">ReminderEventArgs</a></h4>
      <section><p>Describes event data for <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a> object events.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.Resource.html">Resource</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.Resource.html">Resource</a> class represents the resource which can be
associated with the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.ResourceCollection.html">ResourceCollection</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.ResourceCollection.html">ResourceCollection</a> is a collection of <a class="xref" href="C1.Schedule.Resource.html">Resource</a>
objects which represents all available resources in C1Schedule object model.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.ResourceList.html">ResourceList</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.ResourceList.html">ResourceList</a> is a list of <a class="xref" href="C1.Schedule.Resource.html">Resource</a> objects.
Only objects existing in the owning <a class="xref" href="C1.Schedule.ResourceCollection.html">ResourceCollection</a> object
may be added to this list.
Use the <a class="xref" href="C1.Schedule.ResourceList.html">ResourceList</a> to associate the set of <a class="xref" href="C1.Schedule.Resource.html">Resource</a> objects
with an <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.ResourceStorage.html">ResourceStorage</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.ResourceStorage.html">ResourceStorage</a> is the storage for <a class="xref" href="C1.Schedule.Resource.html">Resource</a> objects.
It allows binding to the data source and mapping data source fields
to the resource properties.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.Status.html">Status</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.Status.html">Status</a> class represents an availability status
for the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.StatusCollection.html">StatusCollection</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.StatusCollection.html">StatusCollection</a> is a collection of <a class="xref" href="C1.Schedule.Status.html">Status</a>
objects which represents all available statuses in C1Schedule object model.
By default it contains the set of predefined statuses.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.StatusList.html">StatusList</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.StatusList.html">StatusList</a> is a list of <a class="xref" href="C1.Schedule.Status.html">Status</a> objects.
Only objects existing in the owning <a class="xref" href="C1.Schedule.StatusCollection.html">StatusCollection</a> object
may be added to this list.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.StatusStorage.html">StatusStorage</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.StatusStorage.html">StatusStorage</a> is the storage for <a class="xref" href="C1.Schedule.Status.html">Status</a> objects.
It allows binding to the data source and mapping data sources fields
to the status properties.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.StorageComponent.html">StorageComponent</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.StorageComponent.html">StorageComponent</a> is the base component for data storage.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.TimeScaleEnumConverter.html">TimeScaleEnumConverter</a></h4>
      <section><p>Provides a type converter to convert <a class="xref" href="C1.Schedule.TimeScaleEnum.html">TimeScaleEnum</a> objects to and from various other representations.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.TimeZoneInfo.html">TimeZoneInfo</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.TimeZoneInfo.html">TimeZoneInfo</a> class determines time zone properties.
It can be used for conversion to/from utc times and local times and respect DST.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.WorkDays.html">WorkDays</a></h4>
      <section><p>The <a class="xref" href="C1.Schedule.WorkDays.html">WorkDays</a> class is a list of working days for the single week.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.Schedule.ActionTypeEnum.html">ActionTypeEnum</a></h4>
      <section><p><a class="xref" href="C1.Schedule.ActionTypeEnum.html">ActionTypeEnum</a> determines the type of action.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.C1BrushStyleEnum.html">C1BrushStyleEnum</a></h4>
      <section><p>Specifies the different patterns available for brushes.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.FileFormatEnum.html">FileFormatEnum</a></h4>
      <section><p>Specifies the format of the exported or imported file.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.ImportanceEnum.html">ImportanceEnum</a></h4>
      <section><p>Determines the importance of the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.RecurrenceStateEnum.html">RecurrenceStateEnum</a></h4>
      <section><p>Determines the type of the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.RecurrenceTypeEnum.html">RecurrenceTypeEnum</a></h4>
      <section><p>Determines the types of recurrent appointments.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.SensitivityEnum.html">SensitivityEnum</a></h4>
      <section><p>Determines the sensitivity of the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.StatusTypeEnum.html">StatusTypeEnum</a></h4>
      <section><p>Determines the type of status.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.SynchronizationActionEnum.html">SynchronizationActionEnum</a></h4>
      <section><p>Describes the version of data in a data storage.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.TimeScaleEnum.html">TimeScaleEnum</a></h4>
      <section><p>Determines the time interval which is used for
displaying time slots in the DayView.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.WeekDaysEnum.html">WeekDaysEnum</a></h4>
      <section><p>Determines the set of days and groups of days for recurrence patterns.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.WeekOfMonthEnum.html">WeekOfMonthEnum</a></h4>
      <section><p>Determines the week in a month in which the appointment will occur.</p>
</section>
    <h3 id="delegates">
Delegates
</h3>
      <h4><a class="xref" href="C1.Schedule.CancelAppointmentEventHandler.html">CancelAppointmentEventHandler</a></h4>
      <section><p>Delegate for handling the cancellable event involving a single
<a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.CancelReminderEventHandler.html">CancelReminderEventHandler</a></h4>
      <section><p>Delegate for handling the cancelable event involving a single <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a> object.</p>
</section>
      <h4><a class="xref" href="C1.Schedule.DataSourceItemSynchronizedEventHandler.html">DataSourceItemSynchronizedEventHandler</a></h4>
      <section><p>The delegate type for the event handlers of the DataSourceItemSynchronized event.</p>
</section>


</div>
