# C1.Win.GanttView.ItemEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_ItemEventArgs" data-uid="C1.Win.GanttView.ItemEventArgs" class="text-break">ItemEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>This class represent data of binding list 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">ItemEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_ItemEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ItemEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ItemEventArgs
    Inherits EventArgs</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_Win_GanttView_ItemEventArgs__ctor_System_Int32_C1_Win_GanttView_Task_" data-uid="C1.Win.GanttView.ItemEventArgs.#ctor(System.Int32,C1.Win.GanttView.Task)">
          <a class="xref" href="C1.Win.GanttView.ItemEventArgs.-ctor.html#C1_Win_GanttView_ItemEventArgs__ctor_System_Int32_C1_Win_GanttView_Task_">ItemEventArgs(int, Task)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.GanttView.ItemEventArgs.html">ItemEventArgs</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ItemEventArgs__ctor_System_Int32_C1_Win_GanttView_Task_C1_Win_GanttView_Task_" data-uid="C1.Win.GanttView.ItemEventArgs.#ctor(System.Int32,C1.Win.GanttView.Task,C1.Win.GanttView.Task)">
          <a class="xref" href="C1.Win.GanttView.ItemEventArgs.-ctor.html#C1_Win_GanttView_ItemEventArgs__ctor_System_Int32_C1_Win_GanttView_Task_C1_Win_GanttView_Task_">ItemEventArgs(int, Task, Task)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.GanttView.ItemEventArgs.html">ItemEventArgs</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_Win_GanttView_ItemEventArgs_Index" data-uid="C1.Win.GanttView.ItemEventArgs.Index">
          <a class="xref" href="C1.Win.GanttView.ItemEventArgs.Index.html#C1_Win_GanttView_ItemEventArgs_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ItemEventArgs_NewItem" data-uid="C1.Win.GanttView.ItemEventArgs.NewItem">
          <a class="xref" href="C1.Win.GanttView.ItemEventArgs.NewItem.html#C1_Win_GanttView_ItemEventArgs_NewItem">NewItem</a>
        </td>
        <td class="markdown level1 summary"><p>The new <a class="xref" href="C1.Win.GanttView.Task.html">Task</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ItemEventArgs_OldItem" data-uid="C1.Win.GanttView.ItemEventArgs.OldItem">
          <a class="xref" href="C1.Win.GanttView.ItemEventArgs.OldItem.html#C1_Win_GanttView_ItemEventArgs_OldItem">OldItem</a>
        </td>
        <td class="markdown level1 summary"><p>The old <a class="xref" href="C1.Win.GanttView.Task.html">Task</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
