# C1.Data.DataSource.ClientCollectionView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Data_DataSource_ClientCollectionView" data-uid="C1.Data.DataSource.ClientCollectionView" class="text-break">ClientCollectionView Class
</h1>
  <div class="markdown level0 summary"><p>The collection view implementation used by a <a class="xref" href="C1.Data.DataSource.ClientViewSource.html">ClientViewSource</a> and other Studio for Entity Framework data sources.</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">ClientCollectionView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icollectionview">ICollectionView</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.componentmodel.ieditablecollectionview">IEditableCollectionView</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.iitemproperties">IItemProperties</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ilistsource">IListSource</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.icanceladdnew">ICancelAddNew</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedlist">ITypedList</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Data.DataSource.html">C1.Data.DataSource</a></h6>
  <h6><strong>Assembly</strong>: C1.Data.Entity.4.8.dll</h6>
  <h5 id="C1_Data_DataSource_ClientCollectionView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ClientCollectionView : ICollectionView, INotifyCollectionChanged, IEditableCollectionView, INotifyPropertyChanged, IItemProperties, IListSource, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, ITypedList</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ClientCollectionView
    Implements ICollectionView, INotifyCollectionChanged, IEditableCollectionView, INotifyPropertyChanged, IItemProperties, IListSource, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, ITypedList</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_Data_DataSource_ClientCollectionView_CanAdd" data-uid="C1.Data.DataSource.ClientCollectionView.CanAdd">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CanAdd.html#C1_Data_DataSource_ClientCollectionView_CanAdd">CanAdd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.Add.html#C1_Data_DataSource_ClientCollectionView_Add_System_Object_">Add(object)</a> method is supported.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_CanChangePage" data-uid="C1.Data.DataSource.ClientCollectionView.CanChangePage">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CanChangePage.html#C1_Data_DataSource_ClientCollectionView_CanChangePage">CanChangePage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.PageIndex.html#C1_Data_DataSource_ClientCollectionView_PageIndex">PageIndex</a> value can change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_CanRemove" data-uid="C1.Data.DataSource.ClientCollectionView.CanRemove">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CanRemove.html#C1_Data_DataSource_ClientCollectionView_CanRemove">CanRemove</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether an item can be removed from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_CollectionViewFactory" data-uid="C1.Data.DataSource.ClientCollectionView.CollectionViewFactory">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CollectionViewFactory.html#C1_Data_DataSource_ClientCollectionView_CollectionViewFactory">CollectionViewFactory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an instance of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icollectionviewfactory">ICollectionViewFactory</a> that can be used as a
source of a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.data.collectionviewsource">CollectionViewSource</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_Count" data-uid="C1.Data.DataSource.ClientCollectionView.Count">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.Count.html#C1_Data_DataSource_ClientCollectionView_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.html">ClientCollectionView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_CurrentItem" data-uid="C1.Data.DataSource.ClientCollectionView.CurrentItem">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentItem.html#C1_Data_DataSource_ClientCollectionView_CurrentItem">CurrentItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current item in the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_CurrentPosition" data-uid="C1.Data.DataSource.ClientCollectionView.CurrentPosition">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentPosition.html#C1_Data_DataSource_ClientCollectionView_CurrentPosition">CurrentPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ordinal position of the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentItem.html#C1_Data_DataSource_ClientCollectionView_CurrentItem">CurrentItem</a> within the collection view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_IsEmpty" data-uid="C1.Data.DataSource.ClientCollectionView.IsEmpty">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.IsEmpty.html#C1_Data_DataSource_ClientCollectionView_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value that indicates whether the resulting view is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_IsPageChanging" data-uid="C1.Data.DataSource.ClientCollectionView.IsPageChanging">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.IsPageChanging.html#C1_Data_DataSource_ClientCollectionView_IsPageChanging">IsPageChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the page index is changing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_Item_System_Int32_" data-uid="C1.Data.DataSource.ClientCollectionView.Item(System.Int32)">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.Item.html#C1_Data_DataSource_ClientCollectionView_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element at the specified <code class="paramref">index</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_ItemProperties" data-uid="C1.Data.DataSource.ClientCollectionView.ItemProperties">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.ItemProperties.html#C1_Data_DataSource_ClientCollectionView_ItemProperties">ItemProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that contains information about the properties that are available on the items in this <a class="xref" href="C1.Data.DataSource.ClientCollectionView.html">ClientCollectionView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_PageCount" data-uid="C1.Data.DataSource.ClientCollectionView.PageCount">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.PageCount.html#C1_Data_DataSource_ClientCollectionView_PageCount">PageCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of the pages in this view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_PageIndex" data-uid="C1.Data.DataSource.ClientCollectionView.PageIndex">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.PageIndex.html#C1_Data_DataSource_ClientCollectionView_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero-based index of the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_PageSize" data-uid="C1.Data.DataSource.ClientCollectionView.PageSize">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.PageSize.html#C1_Data_DataSource_ClientCollectionView_PageSize">PageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of items to display on a page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_TotalItemCount" data-uid="C1.Data.DataSource.ClientCollectionView.TotalItemCount">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.TotalItemCount.html#C1_Data_DataSource_ClientCollectionView_TotalItemCount">TotalItemCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of items in the view before paging is applied.</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_Data_DataSource_ClientCollectionView_Add_System_Object_" data-uid="C1.Data.DataSource.ClientCollectionView.Add(System.Object)">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.Add.html#C1_Data_DataSource_ClientCollectionView_Add_System_Object_">Add(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <code class="paramref">entity</code> to the client-side cache and to the associated context.
The <code class="paramref">entity</code> will appear in this <a class="xref" href="C1.Data.DataSource.ClientCollectionView.html">collection view</a> if it matches the underlying query.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_AsLive__1" data-uid="C1.Data.DataSource.ClientCollectionView.AsLive``1">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.AsLive.html#C1_Data_DataSource_ClientCollectionView_AsLive__1">AsLive&lt;T&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts this <a class="xref" href="C1.Data.DataSource.ClientCollectionView.html">ClientCollectionView</a> to a <a class="xref" href="../C1.LiveLinq.4.8/C1.LiveLinq.LiveViews.View-1.html">live view</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_Contains_System_Object_" data-uid="C1.Data.DataSource.ClientCollectionView.Contains(System.Object)">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.Contains.html#C1_Data_DataSource_ClientCollectionView_Contains_System_Object_">Contains(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value that indicates whether a given item belongs to this collection view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_IndexOf_System_Object_" data-uid="C1.Data.DataSource.ClientCollectionView.IndexOf(System.Object)">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.IndexOf.html#C1_Data_DataSource_ClientCollectionView_IndexOf_System_Object_">IndexOf(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific <code class="paramref">item</code> in the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.html">ClientCollectionView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveCurrentTo_System_Object_" data-uid="C1.Data.DataSource.ClientCollectionView.MoveCurrentTo(System.Object)">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveCurrentTo.html#C1_Data_DataSource_ClientCollectionView_MoveCurrentTo_System_Object_">MoveCurrentTo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the specified item to be the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentItem.html#C1_Data_DataSource_ClientCollectionView_CurrentItem">CurrentItem</a> in the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveCurrentToFirst" data-uid="C1.Data.DataSource.ClientCollectionView.MoveCurrentToFirst">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveCurrentToFirst.html#C1_Data_DataSource_ClientCollectionView_MoveCurrentToFirst">MoveCurrentToFirst()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the first item in the view as the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentItem.html#C1_Data_DataSource_ClientCollectionView_CurrentItem">CurrentItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveCurrentToLast" data-uid="C1.Data.DataSource.ClientCollectionView.MoveCurrentToLast">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveCurrentToLast.html#C1_Data_DataSource_ClientCollectionView_MoveCurrentToLast">MoveCurrentToLast()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the last item in the view as the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentItem.html#C1_Data_DataSource_ClientCollectionView_CurrentItem">CurrentItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveCurrentToNext" data-uid="C1.Data.DataSource.ClientCollectionView.MoveCurrentToNext">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveCurrentToNext.html#C1_Data_DataSource_ClientCollectionView_MoveCurrentToNext">MoveCurrentToNext()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the item after the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentItem.html#C1_Data_DataSource_ClientCollectionView_CurrentItem">CurrentItem</a> in the view as the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icollectionview.currentitem">CurrentItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveCurrentToPosition_System_Int32_" data-uid="C1.Data.DataSource.ClientCollectionView.MoveCurrentToPosition(System.Int32)">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveCurrentToPosition.html#C1_Data_DataSource_ClientCollectionView_MoveCurrentToPosition_System_Int32_">MoveCurrentToPosition(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the item at the specified index to be the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentItem.html#C1_Data_DataSource_ClientCollectionView_CurrentItem">CurrentItem</a> in the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveCurrentToPrevious" data-uid="C1.Data.DataSource.ClientCollectionView.MoveCurrentToPrevious">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveCurrentToPrevious.html#C1_Data_DataSource_ClientCollectionView_MoveCurrentToPrevious">MoveCurrentToPrevious()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the item before the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentItem.html#C1_Data_DataSource_ClientCollectionView_CurrentItem">CurrentItem</a> in the view as the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentItem.html#C1_Data_DataSource_ClientCollectionView_CurrentItem">CurrentItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveToFirstPage" data-uid="C1.Data.DataSource.ClientCollectionView.MoveToFirstPage">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveToFirstPage.html#C1_Data_DataSource_ClientCollectionView_MoveToFirstPage">MoveToFirstPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the first page as the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveToLastPage" data-uid="C1.Data.DataSource.ClientCollectionView.MoveToLastPage">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveToLastPage.html#C1_Data_DataSource_ClientCollectionView_MoveToLastPage">MoveToLastPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the last page as the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveToNextPage" data-uid="C1.Data.DataSource.ClientCollectionView.MoveToNextPage">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveToNextPage.html#C1_Data_DataSource_ClientCollectionView_MoveToNextPage">MoveToNextPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves to the page after the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveToPage_System_Int32_" data-uid="C1.Data.DataSource.ClientCollectionView.MoveToPage(System.Int32)">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveToPage.html#C1_Data_DataSource_ClientCollectionView_MoveToPage_System_Int32_">MoveToPage(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the first page as the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_MoveToPreviousPage" data-uid="C1.Data.DataSource.ClientCollectionView.MoveToPreviousPage">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.MoveToPreviousPage.html#C1_Data_DataSource_ClientCollectionView_MoveToPreviousPage">MoveToPreviousPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves to the page before the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_Remove_System_Object_" data-uid="C1.Data.DataSource.ClientCollectionView.Remove(System.Object)">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.Remove.html#C1_Data_DataSource_ClientCollectionView_Remove_System_Object_">Remove(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified item from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_RemoveAt_System_Int32_" data-uid="C1.Data.DataSource.ClientCollectionView.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.RemoveAt.html#C1_Data_DataSource_ClientCollectionView_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item at the specified position from the collection.</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_Data_DataSource_ClientCollectionView_CurrentChanged" data-uid="C1.Data.DataSource.ClientCollectionView.CurrentChanged">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentChanged.html">CurrentChanged</a>
        </td>
        <td class="markdown level1 summary"><p>When implementing this interface, raise this event after the current item has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_CurrentChanging" data-uid="C1.Data.DataSource.ClientCollectionView.CurrentChanging">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.CurrentChanging.html">CurrentChanging</a>
        </td>
        <td class="markdown level1 summary"><p>When implementing this interface, raise this event before changing the current item. Event handler can cancel this event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_PageChanged" data-uid="C1.Data.DataSource.ClientCollectionView.PageChanged">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.PageChanged.html">PageChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.PageIndex.html#C1_Data_DataSource_ClientCollectionView_PageIndex">PageIndex</a> has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_PageChanging" data-uid="C1.Data.DataSource.ClientCollectionView.PageChanging">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.PageChanging.html">PageChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before changing the <a class="xref" href="C1.Data.DataSource.ClientCollectionView.PageIndex.html#C1_Data_DataSource_ClientCollectionView_PageIndex">PageIndex</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Data_DataSource_ClientCollectionView_PropertyChanged" data-uid="C1.Data.DataSource.ClientCollectionView.PropertyChanged">
          <a class="xref" href="C1.Data.DataSource.ClientCollectionView.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
