# C1.WPF.Extended.PropertyGrid.AdvancedEditor.OnWindowCreated

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Extended_PropertyGrid_AdvancedEditor_OnWindowCreated_" data-uid="C1.WPF.Extended.PropertyGrid.AdvancedEditor.OnWindowCreated*">OnWindowCreated Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Extended_PropertyGrid_AdvancedEditor_OnWindowCreated_" data-uid="C1.WPF.Extended.PropertyGrid.AdvancedEditor.OnWindowCreated*"></a>
<h4 id="C1_WPF_Extended_PropertyGrid_AdvancedEditor_OnWindowCreated_C1_WPF_C1Window_" data-uid="C1.WPF.Extended.PropertyGrid.AdvancedEditor.OnWindowCreated(C1.WPF.C1Window)">OnWindowCreated(C1Window)</h4>
<div class="markdown level1 summary"><p>Invoked after the <span class="xref">C1.WPF.C1Window</span> instance was created.</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 OnWindowCreated(C1Window win)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub OnWindowCreated(win As C1Window)</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><span class="xref">C1Window</span></td>
      <td><span class="parametername">win</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
