# C1.WPF.IC1SupportIncrementalLoading

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_IC1SupportIncrementalLoading" data-uid="C1.WPF.IC1SupportIncrementalLoading" class="text-break">IC1SupportIncrementalLoading Interface
</h1>
  <div class="markdown level0 summary"><p>When the source of a C1ListBox implement this interface the items can be loaded on demand.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_IC1SupportIncrementalLoading_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IC1SupportIncrementalLoading</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IC1SupportIncrementalLoading</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_WPF_IC1SupportIncrementalLoading_HasMoreItems" data-uid="C1.WPF.IC1SupportIncrementalLoading.HasMoreItems">
          <a class="xref" href="C1.WPF.IC1SupportIncrementalLoading.HasMoreItems.html#C1_WPF_IC1SupportIncrementalLoading_HasMoreItems">HasMoreItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether there are more items.</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_WPF_IC1SupportIncrementalLoading_BeginLoadMoreItems_System_UInt32_System_AsyncCallback_System_Object_" data-uid="C1.WPF.IC1SupportIncrementalLoading.BeginLoadMoreItems(System.UInt32,System.AsyncCallback,System.Object)">
          <a class="xref" href="C1.WPF.IC1SupportIncrementalLoading.BeginLoadMoreItems.html#C1_WPF_IC1SupportIncrementalLoading_BeginLoadMoreItems_System_UInt32_System_AsyncCallback_System_Object_">BeginLoadMoreItems(uint, AsyncCallback, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Begins the operation to load more items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_IC1SupportIncrementalLoading_EndLoadMoreItems_System_IAsyncResult_System_Windows_Threading_Dispatcher_" data-uid="C1.WPF.IC1SupportIncrementalLoading.EndLoadMoreItems(System.IAsyncResult,System.Windows.Threading.Dispatcher)">
          <a class="xref" href="C1.WPF.IC1SupportIncrementalLoading.EndLoadMoreItems.html#C1_WPF_IC1SupportIncrementalLoading_EndLoadMoreItems_System_IAsyncResult_System_Windows_Threading_Dispatcher_">EndLoadMoreItems(IAsyncResult, Dispatcher)</a>
        </td>
        <td class="markdown level1 summary"><p>Ends the operation to load more items.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
