# C1.WPF.C1TreeViewPanel.AfterItemPrepared

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_C1TreeViewPanel_AfterItemPrepared_" data-uid="C1.WPF.C1TreeViewPanel.AfterItemPrepared*">AfterItemPrepared Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_C1TreeViewPanel_AfterItemPrepared_" data-uid="C1.WPF.C1TreeViewPanel.AfterItemPrepared*"></a>
<h4 id="C1_WPF_C1TreeViewPanel_AfterItemPrepared_C1_WPF_C1TreeViewItem_" data-uid="C1.WPF.C1TreeViewPanel.AfterItemPrepared(C1.WPF.C1TreeViewItem)">AfterItemPrepared(C1TreeViewItem)</h4>
<div class="markdown level1 summary"><p>Called after the item was prepared to be shown in the panel.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void AfterItemPrepared(C1TreeViewItem treeViewItem)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub AfterItemPrepared(treeViewItem As C1TreeViewItem)</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="C1.WPF.C1TreeViewItem.html">C1TreeViewItem</a></td>
      <td><span class="parametername">treeViewItem</span></td>
      <td><p>The item container which was just prepared.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
