# C1.Win.FlexGrid.SortColEventArgs.Handled

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_SortColEventArgs_Handled_" data-uid="C1.Win.FlexGrid.SortColEventArgs.Handled*">Handled Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_SortColEventArgs_Handled_" data-uid="C1.Win.FlexGrid.SortColEventArgs.Handled*"></a>
<h4 id="C1_Win_FlexGrid_SortColEventArgs_Handled" data-uid="C1.Win.FlexGrid.SortColEventArgs.Handled">Handled</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the drag operation has been handled by the event handler.</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_SortColEventArgs_Handled_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Setting this parameter to true cancels the built-in sort but updates the sorting glyph as if the
sort had been performed. This is useful when the event handler performs custom sorting.</p>
</div>
</div>
