# C1.Schedule.ItemSynchronizedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_ItemSynchronizedEventArgs" data-uid="C1.Schedule.ItemSynchronizedEventArgs" class="text-break">ItemSynchronizedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the DataSourceItemSynchronized 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">ItemSynchronizedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Schedule.html">C1.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.ScheduleCore.dll</h6>
  <h5 id="C1_Schedule_ItemSynchronizedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ItemSynchronizedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ItemSynchronizedEventArgs
    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_Schedule_ItemSynchronizedEventArgs__ctor_C1_Schedule_C1BindingSource_C1_Schedule_BasePersistableObject_System_Object_C1_Schedule_SynchronizationActionEnum_" data-uid="C1.Schedule.ItemSynchronizedEventArgs.#ctor(C1.Schedule.C1BindingSource,C1.Schedule.BasePersistableObject,System.Object,C1.Schedule.SynchronizationActionEnum)">
          <a class="xref" href="C1.Schedule.ItemSynchronizedEventArgs.-ctor.html#C1_Schedule_ItemSynchronizedEventArgs__ctor_C1_Schedule_C1BindingSource_C1_Schedule_BasePersistableObject_System_Object_C1_Schedule_SynchronizationActionEnum_">ItemSynchronizedEventArgs(C1BindingSource, BasePersistableObject, object, SynchronizationActionEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Schedule.ItemSynchronizedEventArgs.html">ItemSynchronizedEventArgs</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_Schedule_ItemSynchronizedEventArgs_Action" data-uid="C1.Schedule.ItemSynchronizedEventArgs.Action">
          <a class="xref" href="C1.Schedule.ItemSynchronizedEventArgs.Action.html#C1_Schedule_ItemSynchronizedEventArgs_Action">Action</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.SynchronizationActionEnum.html">SynchronizationActionEnum</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ItemSynchronizedEventArgs_CollectionItem" data-uid="C1.Schedule.ItemSynchronizedEventArgs.CollectionItem">
          <a class="xref" href="C1.Schedule.ItemSynchronizedEventArgs.CollectionItem.html#C1_Schedule_ItemSynchronizedEventArgs_CollectionItem">CollectionItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the reference to the <a class="xref" href="C1.Schedule.BasePersistableObject.html">BasePersistableObject</a> derived object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ItemSynchronizedEventArgs_DataSourceItem" data-uid="C1.Schedule.ItemSynchronizedEventArgs.DataSourceItem">
          <a class="xref" href="C1.Schedule.ItemSynchronizedEventArgs.DataSourceItem.html#C1_Schedule_ItemSynchronizedEventArgs_DataSourceItem">DataSourceItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the reference to the data source item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ItemSynchronizedEventArgs_Storage" data-uid="C1.Schedule.ItemSynchronizedEventArgs.Storage">
          <a class="xref" href="C1.Schedule.ItemSynchronizedEventArgs.Storage.html#C1_Schedule_ItemSynchronizedEventArgs_Storage">Storage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the reference to the changed <a class="xref" href="C1.Schedule.C1BindingSource.html">C1BindingSource</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
