# C1.GanttView.TasksStorage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_GanttView_TasksStorage" data-uid="C1.GanttView.TasksStorage" class="text-break">TasksStorage Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.GanttView.TasksStorage.html">TasksStorage</a> is the storage
for <a class="xref" href="C1.Win.GanttView.Task.html">Task</a> objects. It allows binding to the data source
and mapping data source fields to the task properties.</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">TasksStorage</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.GanttView.html">C1.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_GanttView_TasksStorage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TasksStorage : BaseStorage&lt;Task, TasksMappingCollection&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TasksStorage
    Inherits BaseStorage(Of Task, TasksMappingCollection)</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_GanttView_TasksStorage__ctor_C1_Schedule_StorageComponent_C1_Win_GanttView_C1GanttView_" data-uid="C1.GanttView.TasksStorage.#ctor(C1.Schedule.StorageComponent,C1.Win.GanttView.C1GanttView)">
          <a class="xref" href="C1.GanttView.TasksStorage.-ctor.html#C1_GanttView_TasksStorage__ctor_C1_Schedule_StorageComponent_C1_Win_GanttView_C1GanttView_">TasksStorage(StorageComponent, C1GanttView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.GanttView.TasksStorage.html">TasksStorage</a> class.</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_GanttView_TasksStorage_OnDataMemberChanged_System_EventArgs_" data-uid="C1.GanttView.TasksStorage.OnDataMemberChanged(System.EventArgs)">
          <a class="xref" href="C1.GanttView.TasksStorage.OnDataMemberChanged.html#C1_GanttView_TasksStorage_OnDataMemberChanged_System_EventArgs_">OnDataMemberChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the DataMemberChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_GanttView_TasksStorage_OnDataSourceChanged_System_EventArgs_" data-uid="C1.GanttView.TasksStorage.OnDataSourceChanged(System.EventArgs)">
          <a class="xref" href="C1.GanttView.TasksStorage.OnDataSourceChanged.html#C1_GanttView_TasksStorage_OnDataSourceChanged_System_EventArgs_">OnDataSourceChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the DataSourceChanged event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
