# FarPoint.Web.Spread.CreateChildViewEventArgs.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_CreateChildViewEventArgs__ctor_" data-uid="FarPoint.Web.Spread.CreateChildViewEventArgs.#ctor*">CreateChildViewEventArgs Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_CreateChildViewEventArgs__ctor_" data-uid="FarPoint.Web.Spread.CreateChildViewEventArgs.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_CreateChildViewEventArgs__ctor_FarPoint_Web_Spread_SheetView_" data-uid="FarPoint.Web.Spread.CreateChildViewEventArgs.#ctor(FarPoint.Web.Spread.SheetView)">CreateChildViewEventArgs(SheetView)</h4>
<div class="markdown level1 summary"><p>Creates a new object with the CreateChildView event arguments.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CreateChildViewEventArgs(SheetView sheet)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(sheet As SheetView)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheet</span></td>
      <td><p>Child sheet (SheetView object) being created</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_CreateChildViewEventArgs__ctor_" data-uid="FarPoint.Web.Spread.CreateChildViewEventArgs.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_CreateChildViewEventArgs__ctor_FarPoint_Web_Spread_SheetView_FarPoint_Web_Spread_PagerInfo_" data-uid="FarPoint.Web.Spread.CreateChildViewEventArgs.#ctor(FarPoint.Web.Spread.SheetView,FarPoint.Web.Spread.PagerInfo)">CreateChildViewEventArgs(SheetView, PagerInfo)</h4>
<div class="markdown level1 summary"><p>Handles the CreateChildView event.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CreateChildViewEventArgs(SheetView sheet, PagerInfo info)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(sheet As SheetView, info As PagerInfo)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheet</span></td>
      <td><p>Child sheet (SheetView object) being created</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.PagerInfo.html">PagerInfo</a></td>
      <td><span class="parametername">info</span></td>
      <td><p>Page navigation information</p>
</td>
    </tr>
  </tbody>
</table>
</div>
