# C1.LiveLinq.SourceChangeEventArgs-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_LiveLinq_SourceChangeEventArgs_1" data-uid="C1.LiveLinq.SourceChangeEventArgs`1" class="text-break">SourceChangeEventArgs&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.LiveLinq.IObservableSource-1.Changed.html">Changed</a> event.</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.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">SourceChangeEventArgs&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.html">SourceChangeEventArgs</a>&lt;T&gt;&gt;</div>
  </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_SourceChangeEventArgs_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SourceChangeEventArgs&lt;T&gt; : EventArgs, IEquatable&lt;SourceChangeEventArgs&lt;T&gt;&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SourceChangeEventArgs(Of T)
    Inherits EventArgs
    Implements IEquatable(Of SourceChangeEventArgs(Of T))</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>Type of the changed object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_LiveLinq_SourceChangeEventArgs_1__ctor__0_C1_LiveLinq_SourceChangeType_System_Int32_" data-uid="C1.LiveLinq.SourceChangeEventArgs`1.#ctor(`0,C1.LiveLinq.SourceChangeType,System.Int32)">
          <a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.-ctor.html#C1_LiveLinq_SourceChangeEventArgs_1__ctor__0_C1_LiveLinq_SourceChangeType_System_Int32_">SourceChangeEventArgs(T, SourceChangeType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.html">SourceChangeEventArgs&lt;T&gt;</a> class.</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_LiveLinq_SourceChangeEventArgs_1_ChangeType" data-uid="C1.LiveLinq.SourceChangeEventArgs`1.ChangeType">
          <a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.ChangeType.html#C1_LiveLinq_SourceChangeEventArgs_1_ChangeType">ChangeType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_SourceChangeEventArgs_1_Item" data-uid="C1.LiveLinq.SourceChangeEventArgs`1.Item">
          <a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.Item.html#C1_LiveLinq_SourceChangeEventArgs_1_Item">Item</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object that is being changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_SourceChangeEventArgs_1_Ordinal" data-uid="C1.LiveLinq.SourceChangeEventArgs`1.Ordinal">
          <a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.Ordinal.html#C1_LiveLinq_SourceChangeEventArgs_1_Ordinal">Ordinal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ordinal position of the collection item that is being changed.</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_LiveLinq_SourceChangeEventArgs_1_Equals_C1_LiveLinq_SourceChangeEventArgs__0__" data-uid="C1.LiveLinq.SourceChangeEventArgs`1.Equals(C1.LiveLinq.SourceChangeEventArgs{`0})">
          <a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.Equals.html#C1_LiveLinq_SourceChangeEventArgs_1_Equals_C1_LiveLinq_SourceChangeEventArgs__0__">Equals(SourceChangeEventArgs&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equal to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_SourceChangeEventArgs_1_Equals_System_Object_" data-uid="C1.LiveLinq.SourceChangeEventArgs`1.Equals(System.Object)">
          <a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.Equals.html#C1_LiveLinq_SourceChangeEventArgs_1_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equal to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_SourceChangeEventArgs_1_GetHashCode" data-uid="C1.LiveLinq.SourceChangeEventArgs`1.GetHashCode">
          <a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.GetHashCode.html#C1_LiveLinq_SourceChangeEventArgs_1_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Return a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_SourceChangeEventArgs_1_ToString" data-uid="C1.LiveLinq.SourceChangeEventArgs`1.ToString">
          <a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.ToString.html#C1_LiveLinq_SourceChangeEventArgs_1_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents this instance of <a class="xref" href="C1.LiveLinq.SourceChangeEventArgs-1.html">SourceChangeEventArgs&lt;T&gt;</a>.</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;T&gt;(T)</a>
  </div>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_C1_LiveLinq_IndexingHintAction_">Hints.Indexed&lt;T&gt;(T, IndexingHintAction)</a>
  </div>

</div>
