# C1.WPF.Pivot.GroupCellEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Pivot_GroupCellEventArgs" data-uid="C1.WPF.Pivot.GroupCellEventArgs" class="text-break">GroupCellEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for Collapsed and Expanded events.</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">GroupCellEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Pivot.html">C1.WPF.Pivot</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Pivot.dll</h6>
  <h5 id="C1_WPF_Pivot_GroupCellEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GroupCellEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GroupCellEventArgs
    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_WPF_Pivot_GroupCellEventArgs__ctor_C1_WPF_Grid_GridCellRange_C1_WPF_Pivot_CollapseExpandAction_" data-uid="C1.WPF.Pivot.GroupCellEventArgs.#ctor(C1.WPF.Grid.GridCellRange,C1.WPF.Pivot.CollapseExpandAction)">
          <a class="xref" href="C1.WPF.Pivot.GroupCellEventArgs.-ctor.html#C1_WPF_Pivot_GroupCellEventArgs__ctor_C1_WPF_Grid_GridCellRange_C1_WPF_Pivot_CollapseExpandAction_">GroupCellEventArgs(GridCellRange, CollapseExpandAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Pivot.GroupCellEventArgs.html">GroupCellEventArgs</a>.</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_WPF_Pivot_GroupCellEventArgs_Action" data-uid="C1.WPF.Pivot.GroupCellEventArgs.Action">
          <a class="xref" href="C1.WPF.Pivot.GroupCellEventArgs.Action.html#C1_WPF_Pivot_GroupCellEventArgs_Action">Action</a>
        </td>
        <td class="markdown level1 summary"><p><span class="xref">C1.WPF.Grid.GridPanel</span> thatindicates whether it is row or column to be collapsed/expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_GroupCellEventArgs_CellRange" data-uid="C1.WPF.Pivot.GroupCellEventArgs.CellRange">
          <a class="xref" href="C1.WPF.Pivot.GroupCellEventArgs.CellRange.html#C1_WPF_Pivot_GroupCellEventArgs_CellRange">CellRange</a>
        </td>
        <td class="markdown level1 summary"><p><a class="xref" href="C1.WPF.Pivot.GroupCellEventArgs.CellRange.html#C1_WPF_Pivot_GroupCellEventArgs_CellRange">CellRange</a> affected by the event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
