# GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs" class="text-break">ItemCheckEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcListBox.ItemCheck.html">ItemCheck</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">ItemCheckEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ItemCheckEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ItemCheckEventArgs
    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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs__ctor_System_Int32_System_Nullable_System_Boolean__System_Nullable_System_Boolean__" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs.#ctor(System.Int32,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs__ctor_System_Int32_System_Nullable_System_Boolean__System_Nullable_System_Boolean__">ItemCheckEventArgs(int, bool?, bool?)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs.html">ItemCheckEventArgs</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs_DisplayIndex" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs.DisplayIndex">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs.DisplayIndex.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs_DisplayIndex">DisplayIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero-based display index of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.html">ListItem</a> to change.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs_NewValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs.NewValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs.NewValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs_NewValue">NewValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the new checked state of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.html">ListItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs_OldValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs.OldValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs.OldValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ItemCheckEventArgs_OldValue">OldValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the old checked state of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.html">ListItem</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
