# C1.Schedule.C1BindingSource

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_C1BindingSource" data-uid="C1.Schedule.C1BindingSource" class="text-break">C1BindingSource Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.C1BindingSource.html">C1BindingSource</a> encapsulates the data source.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">C1BindingSource</span></div>
      <div class="level4"><a class="xref" href="C1.Schedule.BaseStorage-2.html">BaseStorage&lt;T, TMappingCollection&gt;</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglistview">IBindingListView</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglist">IBindingList</a></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.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedlist">ITypedList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitializenotification">ISupportInitializeNotification</a></div>
    <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.Schedule.html">C1.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.ScheduleCore.dll</h6>
  <h5 id="C1_Schedule_C1BindingSource_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ComplexBindingProperties(&quot;DataSource&quot;, &quot;DataMember&quot;)]
public class C1BindingSource : Component, IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ISupportInitializeNotification, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ComplexBindingProperties(&quot;DataSource&quot;, &quot;DataMember&quot;)&gt;
Public Class C1BindingSource
    Inherits Component
    Implements IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ISupportInitializeNotification, ISupportInitialize</code></pre>
  </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_Schedule_C1BindingSource__ctor" data-uid="C1.Schedule.C1BindingSource.#ctor">
          <a class="xref" href="C1.Schedule.C1BindingSource.-ctor.html#C1_Schedule_C1BindingSource__ctor">C1BindingSource()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Schedule.C1BindingSource.html">C1BindingSource</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource__ctor_System_Object_System_String_" data-uid="C1.Schedule.C1BindingSource.#ctor(System.Object,System.String)">
          <a class="xref" href="C1.Schedule.C1BindingSource.-ctor.html#C1_Schedule_C1BindingSource__ctor_System_Object_System_String_">C1BindingSource(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Schedule.C1BindingSource.html">C1BindingSource</a> class
with the specified data source and data member values.</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_Schedule_C1BindingSource_AllowEdit" data-uid="C1.Schedule.C1BindingSource.AllowEdit">
          <a class="xref" href="C1.Schedule.C1BindingSource.AllowEdit.html#C1_Schedule_C1BindingSource_AllowEdit">AllowEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether items in the underlying list can be edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_AllowNew" data-uid="C1.Schedule.C1BindingSource.AllowNew">
          <a class="xref" href="C1.Schedule.C1BindingSource.AllowNew.html#C1_Schedule_C1BindingSource_AllowNew">AllowNew</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the <a class="xref" href="C1.Schedule.C1BindingSource.AddNew.html#C1_Schedule_C1BindingSource_AddNew">AddNew()</a> method
can be used to add items to the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_AllowRemove" data-uid="C1.Schedule.C1BindingSource.AllowRemove">
          <a class="xref" href="C1.Schedule.C1BindingSource.AllowRemove.html#C1_Schedule_C1BindingSource_AllowRemove">AllowRemove</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether items can be removed from the underlying list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_Count" data-uid="C1.Schedule.C1BindingSource.Count">
          <a class="xref" href="C1.Schedule.C1BindingSource.Count.html#C1_Schedule_C1BindingSource_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of items in the underlying list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_DataKeyNamesInternal" data-uid="C1.Schedule.C1BindingSource.DataKeyNamesInternal">
          <a class="xref" href="C1.Schedule.C1BindingSource.DataKeyNamesInternal.html#C1_Schedule_C1BindingSource_DataKeyNamesInternal">DataKeyNamesInternal</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_DataMember" data-uid="C1.Schedule.C1BindingSource.DataMember">
          <a class="xref" href="C1.Schedule.C1BindingSource.DataMember.html#C1_Schedule_C1BindingSource_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the specific list in the data source to which
the connector currently binds to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_DataSource" data-uid="C1.Schedule.C1BindingSource.DataSource">
          <a class="xref" href="C1.Schedule.C1BindingSource.DataSource.html#C1_Schedule_C1BindingSource_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source that the connector binds to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_IsFixedSize" data-uid="C1.Schedule.C1BindingSource.IsFixedSize">
          <a class="xref" href="C1.Schedule.C1BindingSource.IsFixedSize.html#C1_Schedule_C1BindingSource_IsFixedSize">IsFixedSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the underlying list has a fixed size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_IsReadOnly" data-uid="C1.Schedule.C1BindingSource.IsReadOnly">
          <a class="xref" href="C1.Schedule.C1BindingSource.IsReadOnly.html#C1_Schedule_C1BindingSource_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the underlying list is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_IsSynchronized" data-uid="C1.Schedule.C1BindingSource.IsSynchronized">
          <a class="xref" href="C1.Schedule.C1BindingSource.IsSynchronized.html#C1_Schedule_C1BindingSource_IsSynchronized">IsSynchronized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether access to the collection is synchronized (thread safe).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_Item_System_Int32_" data-uid="C1.Schedule.C1BindingSource.Item(System.Int32)">
          <a class="xref" href="C1.Schedule.C1BindingSource.Item.html#C1_Schedule_C1BindingSource_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list element at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_List" data-uid="C1.Schedule.C1BindingSource.List">
          <a class="xref" href="C1.Schedule.C1BindingSource.List.html#C1_Schedule_C1BindingSource_List">List</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list that the connector is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_SupportsChangeNotification" data-uid="C1.Schedule.C1BindingSource.SupportsChangeNotification">
          <a class="xref" href="C1.Schedule.C1BindingSource.SupportsChangeNotification.html#C1_Schedule_C1BindingSource_SupportsChangeNotification">SupportsChangeNotification</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the data source supports change notification.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_SupportsSearching" data-uid="C1.Schedule.C1BindingSource.SupportsSearching">
          <a class="xref" href="C1.Schedule.C1BindingSource.SupportsSearching.html#C1_Schedule_C1BindingSource_SupportsSearching">SupportsSearching</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the data source supports searching with
the Find method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_SyncRoot" data-uid="C1.Schedule.C1BindingSource.SyncRoot">
          <a class="xref" href="C1.Schedule.C1BindingSource.SyncRoot.html#C1_Schedule_C1BindingSource_SyncRoot">SyncRoot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that can be used to synchronize access to the underlying list.</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_Schedule_C1BindingSource_Add_System_Object_" data-uid="C1.Schedule.C1BindingSource.Add(System.Object)">
          <a class="xref" href="C1.Schedule.C1BindingSource.Add.html#C1_Schedule_C1BindingSource_Add_System_Object_">Add(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an existing item to the internal list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_AddNew" data-uid="C1.Schedule.C1BindingSource.AddNew">
          <a class="xref" href="C1.Schedule.C1BindingSource.AddNew.html#C1_Schedule_C1BindingSource_AddNew">AddNew()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new item to the underlying list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_BeginEdit_System_Object_" data-uid="C1.Schedule.C1BindingSource.BeginEdit(System.Object)">
          <a class="xref" href="C1.Schedule.C1BindingSource.BeginEdit.html#C1_Schedule_C1BindingSource_BeginEdit_System_Object_">BeginEdit(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts an edit operation on the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_Clear" data-uid="C1.Schedule.C1BindingSource.Clear">
          <a class="xref" href="C1.Schedule.C1BindingSource.Clear.html#C1_Schedule_C1BindingSource_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all elements from the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_Contains_System_Object_" data-uid="C1.Schedule.C1BindingSource.Contains(System.Object)">
          <a class="xref" href="C1.Schedule.C1BindingSource.Contains.html#C1_Schedule_C1BindingSource_Contains_System_Object_">Contains(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether an object is an item in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_CopyTo_System_Array_System_Int32_" data-uid="C1.Schedule.C1BindingSource.CopyTo(System.Array,System.Int32)">
          <a class="xref" href="C1.Schedule.C1BindingSource.CopyTo.html#C1_Schedule_C1BindingSource_CopyTo_System_Array_System_Int32_">CopyTo(Array, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the contents of the <a class="xref" href="C1.Schedule.C1BindingSource.List.html#C1_Schedule_C1BindingSource_List">List</a> to the specified array,
starting at the specified index value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_Dispose_System_Boolean_" data-uid="C1.Schedule.C1BindingSource.Dispose(System.Boolean)">
          <a class="xref" href="C1.Schedule.C1BindingSource.Dispose.html#C1_Schedule_C1BindingSource_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all resources used by the <a class="xref" href="C1.Schedule.C1BindingSource.html">C1BindingSource</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_EndEdit_System_Object_" data-uid="C1.Schedule.C1BindingSource.EndEdit(System.Object)">
          <a class="xref" href="C1.Schedule.C1BindingSource.EndEdit.html#C1_Schedule_C1BindingSource_EndEdit_System_Object_">EndEdit(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies pending changes to the underlying data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_Find_System_ComponentModel_PropertyDescriptor_System_Object_" data-uid="C1.Schedule.C1BindingSource.Find(System.ComponentModel.PropertyDescriptor,System.Object)">
          <a class="xref" href="C1.Schedule.C1BindingSource.Find.html#C1_Schedule_C1BindingSource_Find_System_ComponentModel_PropertyDescriptor_System_Object_">Find(PropertyDescriptor, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the index of the item that has the given property descriptor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_Find_System_String_System_Object_" data-uid="C1.Schedule.C1BindingSource.Find(System.String,System.Object)">
          <a class="xref" href="C1.Schedule.C1BindingSource.Find.html#C1_Schedule_C1BindingSource_Find_System_String_System_Object_">Find(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index of the item in the list with the specified property name and value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_FinishAddNew" data-uid="C1.Schedule.C1BindingSource.FinishAddNew">
          <a class="xref" href="C1.Schedule.C1BindingSource.FinishAddNew.html#C1_Schedule_C1BindingSource_FinishAddNew">FinishAddNew()</a>
        </td>
        <td class="markdown level1 summary"><p>Commits a pending new item to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_GetEnumerator" data-uid="C1.Schedule.C1BindingSource.GetEnumerator">
          <a class="xref" href="C1.Schedule.C1BindingSource.GetEnumerator.html#C1_Schedule_C1BindingSource_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves an enumerator for the <a class="xref" href="C1.Schedule.C1BindingSource.List.html#C1_Schedule_C1BindingSource_List">List</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_GetItemProperties_System_ComponentModel_PropertyDescriptor___" data-uid="C1.Schedule.C1BindingSource.GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
          <a class="xref" href="C1.Schedule.C1BindingSource.GetItemProperties.html#C1_Schedule_C1BindingSource_GetItemProperties_System_ComponentModel_PropertyDescriptor___">GetItemProperties(PropertyDescriptor[])</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves an array of PropertyDescriptor objects representing
the bindable properties of the data source list type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_GetListName_System_ComponentModel_PropertyDescriptor___" data-uid="C1.Schedule.C1BindingSource.GetListName(System.ComponentModel.PropertyDescriptor[])">
          <a class="xref" href="C1.Schedule.C1BindingSource.GetListName.html#C1_Schedule_C1BindingSource_GetListName_System_ComponentModel_PropertyDescriptor___">GetListName(PropertyDescriptor[])</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the list supplying data for the binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_GetListOrTypeItemProperties_System_Object_" data-uid="C1.Schedule.C1BindingSource.GetListOrTypeItemProperties(System.Object)">
          <a class="xref" href="C1.Schedule.C1BindingSource.GetListOrTypeItemProperties.html#C1_Schedule_C1BindingSource_GetListOrTypeItemProperties_System_Object_">GetListOrTypeItemProperties(object)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_IndexOf_System_Object_" data-uid="C1.Schedule.C1BindingSource.IndexOf(System.Object)">
          <a class="xref" href="C1.Schedule.C1BindingSource.IndexOf.html#C1_Schedule_C1BindingSource_IndexOf_System_Object_">IndexOf(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the specified object and returns the index of the first
occurrence within the entire list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_Insert_System_Int32_System_Object_" data-uid="C1.Schedule.C1BindingSource.Insert(System.Int32,System.Object)">
          <a class="xref" href="C1.Schedule.C1BindingSource.Insert.html#C1_Schedule_C1BindingSource_Insert_System_Int32_System_Object_">Insert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an item into the list at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_OnAddingNew_System_ComponentModel_AddingNewEventArgs_" data-uid="C1.Schedule.C1BindingSource.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">
          <a class="xref" href="C1.Schedule.C1BindingSource.OnAddingNew.html#C1_Schedule_C1BindingSource_OnAddingNew_System_ComponentModel_AddingNewEventArgs_">OnAddingNew(AddingNewEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_OnDataMemberChanged_System_EventArgs_" data-uid="C1.Schedule.C1BindingSource.OnDataMemberChanged(System.EventArgs)">
          <a class="xref" href="C1.Schedule.C1BindingSource.OnDataMemberChanged.html#C1_Schedule_C1BindingSource_OnDataMemberChanged_System_EventArgs_">OnDataMemberChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_OnDataSourceChanged_System_EventArgs_" data-uid="C1.Schedule.C1BindingSource.OnDataSourceChanged(System.EventArgs)">
          <a class="xref" href="C1.Schedule.C1BindingSource.OnDataSourceChanged.html#C1_Schedule_C1BindingSource_OnDataSourceChanged_System_EventArgs_">OnDataSourceChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_OnListChanged_System_ComponentModel_ListChangedEventArgs_" data-uid="C1.Schedule.C1BindingSource.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
          <a class="xref" href="C1.Schedule.C1BindingSource.OnListChanged.html#C1_Schedule_C1BindingSource_OnListChanged_System_ComponentModel_ListChangedEventArgs_">OnListChanged(ListChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_Remove_System_Object_" data-uid="C1.Schedule.C1BindingSource.Remove(System.Object)">
          <a class="xref" href="C1.Schedule.C1BindingSource.Remove.html#C1_Schedule_C1BindingSource_Remove_System_Object_">Remove(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified item from the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_RemoveAt_System_Int32_" data-uid="C1.Schedule.C1BindingSource.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Schedule.C1BindingSource.RemoveAt.html#C1_Schedule_C1BindingSource_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item at the specified index in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_ResetBindings_System_Boolean_" data-uid="C1.Schedule.C1BindingSource.ResetBindings(System.Boolean)">
          <a class="xref" href="C1.Schedule.C1BindingSource.ResetBindings.html#C1_Schedule_C1BindingSource_ResetBindings_System_Boolean_">ResetBindings(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Causes a control bound to the <a class="xref" href="C1.Schedule.C1BindingSource.html">C1BindingSource</a> to reread
all the items in the list and refresh their displayed values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_ResetItem_System_Int32_" data-uid="C1.Schedule.C1BindingSource.ResetItem(System.Int32)">
          <a class="xref" href="C1.Schedule.C1BindingSource.ResetItem.html#C1_Schedule_C1BindingSource_ResetItem_System_Int32_">ResetItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Causes a control bound to the <a class="xref" href="C1.Schedule.C1BindingSource.html">C1BindingSource</a> to re-read
the item at the specified index, and refresh its displayed value.</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_C1BindingSource_AddingNew" data-uid="C1.Schedule.C1BindingSource.AddingNew">
          <a class="xref" href="C1.Schedule.C1BindingSource.AddingNew.html">AddingNew</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before an item is added to the underlying list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_DataMemberChanged" data-uid="C1.Schedule.C1BindingSource.DataMemberChanged">
          <a class="xref" href="C1.Schedule.C1BindingSource.DataMemberChanged.html">DataMemberChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Schedule.C1BindingSource.DataMember.html#C1_Schedule_C1BindingSource_DataMember">DataMember</a> property value has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_DataSourceChanged" data-uid="C1.Schedule.C1BindingSource.DataSourceChanged">
          <a class="xref" href="C1.Schedule.C1BindingSource.DataSourceChanged.html">DataSourceChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Schedule.C1BindingSource.DataSource.html#C1_Schedule_C1BindingSource_DataSource">DataSource</a> property value has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BindingSource_ListChanged" data-uid="C1.Schedule.C1BindingSource.ListChanged">
          <a class="xref" href="C1.Schedule.C1BindingSource.ListChanged.html">ListChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the underlying list changes or an item in the list changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
