# C1.LiveLinq.SourceChangeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_LiveLinq_SourceChangeType" data-uid="C1.LiveLinq.SourceChangeType" class="text-break">SourceChangeType Enum
</h1>
  <div class="markdown level0 summary"><p>Describes a change occurring in a collection.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.LiveLinq.html">C1.LiveLinq</a></h6>
  <h6><strong>Assembly</strong>: C1.LiveLinq.4.8.dll</h6>
  <h5 id="C1_LiveLinq_SourceChangeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SourceChangeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SourceChangeType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_LiveLinq_SourceChangeType_Add">Add</td>
        <td><p>An item is added to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_SourceChangeType_Modify">Modify</td>
        <td><p>At least one of the properties of an item has changed its value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_SourceChangeType_Remove">Remove</td>
        <td><p>An item is removed from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_SourceChangeType_Reset">Reset</td>
        <td><p>Multiple items have changed in the collection. Indexes must be rebuilt.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_">Hints.Indexed&lt;SourceChangeType&gt;(SourceChangeType)</a>
  </div>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_C1_LiveLinq_IndexingHintAction_">Hints.Indexed&lt;SourceChangeType&gt;(SourceChangeType, IndexingHintAction)</a>
  </div>
</div>
