# C1.Win.FlexGrid.OwnerDrawCellEventArgs.Handled

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_OwnerDrawCellEventArgs_Handled_" data-uid="C1.Win.FlexGrid.OwnerDrawCellEventArgs.Handled*">Handled Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_OwnerDrawCellEventArgs_Handled_" data-uid="C1.Win.FlexGrid.OwnerDrawCellEventArgs.Handled*"></a>
<h4 id="C1_Win_FlexGrid_OwnerDrawCellEventArgs_Handled" data-uid="C1.Win.FlexGrid.OwnerDrawCellEventArgs.Handled">Handled</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the event has finished drawing the cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Handled { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Handled As Boolean</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_OwnerDrawCellEventArgs_Handled_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If this parameter is set to true, the grid assumes the call has been painted by the event handler. If it
is set to false, the grid will paint the cell when the event returns.</p>
<p>Note that calling the <a class="xref" href="C1.Win.FlexGrid.OwnerDrawCellEventArgs.DrawCell.html#C1_Win_FlexGrid_OwnerDrawCellEventArgs_DrawCell">DrawCell()</a> method automatically sets this parameter to true.</p>
</div>
</div>
