# FarPoint.Win.Spread.PaintGroupBarBackgroundEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_PaintGroupBarBackgroundEventArgs" data-uid="FarPoint.Win.Spread.PaintGroupBarBackgroundEventArgs" class="text-break">PaintGroupBarBackgroundEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for PaintGroupBarBackground events in the Spread component.</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">PaintGroupBarBackgroundEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_PaintGroupBarBackgroundEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PaintGroupBarBackgroundEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PaintGroupBarBackgroundEventArgs
    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="FarPoint_Win_Spread_PaintGroupBarBackgroundEventArgs__ctor_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="FarPoint.Win.Spread.PaintGroupBarBackgroundEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="FarPoint.Win.Spread.PaintGroupBarBackgroundEventArgs.-ctor.html#FarPoint_Win_Spread_PaintGroupBarBackgroundEventArgs__ctor_System_Drawing_Graphics_System_Drawing_Rectangle_">PaintGroupBarBackgroundEventArgs(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new set of PaintGroupBarBackgroundEventArgs event arguments.</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="FarPoint_Win_Spread_PaintGroupBarBackgroundEventArgs_Bounds" data-uid="FarPoint.Win.Spread.PaintGroupBarBackgroundEventArgs.Bounds">
          <a class="xref" href="FarPoint.Win.Spread.PaintGroupBarBackgroundEventArgs.Bounds.html#FarPoint_Win_Spread_PaintGroupBarBackgroundEventArgs_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>The boundary of the group bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PaintGroupBarBackgroundEventArgs_Graphics" data-uid="FarPoint.Win.Spread.PaintGroupBarBackgroundEventArgs.Graphics">
          <a class="xref" href="FarPoint.Win.Spread.PaintGroupBarBackgroundEventArgs.Graphics.html#FarPoint_Win_Spread_PaintGroupBarBackgroundEventArgs_Graphics">Graphics</a>
        </td>
        <td class="markdown level1 summary"><p>The Graphics object used to paint the background.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PaintGroupBarBackgroundEventArgs_Handled" data-uid="FarPoint.Win.Spread.PaintGroupBarBackgroundEventArgs.Handled">
          <a class="xref" href="FarPoint.Win.Spread.PaintGroupBarBackgroundEventArgs.Handled.html#FarPoint_Win_Spread_PaintGroupBarBackgroundEventArgs_Handled">Handled</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the event is handled.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
