# C1.Blazor.Grid.FlexGrid.PrepareCellForEdit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Blazor_Grid_FlexGrid_PrepareCellForEdit_" data-uid="C1.Blazor.Grid.FlexGrid.PrepareCellForEdit*">PrepareCellForEdit Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Blazor_Grid_FlexGrid_PrepareCellForEdit_" data-uid="C1.Blazor.Grid.FlexGrid.PrepareCellForEdit*"></a>
<h4 id="C1_Blazor_Grid_FlexGrid_PrepareCellForEdit" data-uid="C1.Blazor.Grid.FlexGrid.PrepareCellForEdit">PrepareCellForEdit</h4>
<div class="markdown level1 summary"><p>Occurs when an editor cell is created and before it becomes active.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Parameter]
public EventHandler&lt;GridCellEditEventArgs&gt; PrepareCellForEdit { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Parameter&gt;
Public Property PrepareCellForEdit As EventHandler(Of GridCellEditEventArgs)</code></pre>
</div>
</div>
