# C1.Win.List.C1Combo.OnRowResize

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_C1Combo_OnRowResize_" data-uid="C1.Win.List.C1Combo.OnRowResize*">OnRowResize Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_C1Combo_OnRowResize_" data-uid="C1.Win.List.C1Combo.OnRowResize*"></a>
<h4 id="C1_Win_List_C1Combo_OnRowResize_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.List.C1Combo.OnRowResize(System.ComponentModel.CancelEventArgs)">OnRowResize(CancelEventArgs)</h4>
<div class="markdown level1 summary"><p>Raises the RowSize event.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;This method is obselected.&quot;)]
protected virtual void OnRowResize(CancelEventArgs e)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;This method is obselected.&quot;)&gt;
Protected Overridable Sub OnRowResize(e As CancelEventArgs)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.canceleventargs">CancelEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
