# GrapeCity.Wpf.SpreadSheet.DataItemCreatedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_DataItemCreatedEventArgs" data-uid="GrapeCity.Wpf.SpreadSheet.DataItemCreatedEventArgs" class="text-break">DataItemCreatedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.DataItemCreated.html">DataItemCreated</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.routedeventargs">RoutedEventArgs</a></div>
    <div class="level3"><span class="xref">DataItemCreatedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_DataItemCreatedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class DataItemCreatedEventArgs : RoutedEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class DataItemCreatedEventArgs
    Inherits RoutedEventArgs</code></pre>
  </div>
  <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="GrapeCity_Wpf_SpreadSheet_DataItemCreatedEventArgs_DataItem" data-uid="GrapeCity.Wpf.SpreadSheet.DataItemCreatedEventArgs.DataItem">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.DataItemCreatedEventArgs.DataItem.html#GrapeCity_Wpf_SpreadSheet_DataItemCreatedEventArgs_DataItem">DataItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
