# C1.Document.PagesLoadedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_PagesLoadedEventArgs" data-uid="C1.Document.PagesLoadedEventArgs" class="text-break">PagesLoadedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Contains event data for events fired when some pages have been loaded and their content became available.
Represents a contiguous range of pages defined by the first page's index, and the number of pages in the range.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">PagesLoadedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_PagesLoadedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PagesLoadedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PagesLoadedEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_PagesLoadedEventArgs__ctor_System_Int32_" data-uid="C1.Document.PagesLoadedEventArgs.#ctor(System.Int32)">
          <a class="xref" href="C1.Document.PagesLoadedEventArgs.-ctor.html#C1_Document_PagesLoadedEventArgs__ctor_System_Int32_">PagesLoadedEventArgs(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the PagesLoadedEventArgs class
with a specified page index, and one page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_PagesLoadedEventArgs__ctor_System_Int32_System_Int32_" data-uid="C1.Document.PagesLoadedEventArgs.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="C1.Document.PagesLoadedEventArgs.-ctor.html#C1_Document_PagesLoadedEventArgs__ctor_System_Int32_System_Int32_">PagesLoadedEventArgs(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the PagesLoadedEventArgs class
with a specified page index and page count.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_PagesLoadedEventArgs_Count" data-uid="C1.Document.PagesLoadedEventArgs.Count">
          <a class="xref" href="C1.Document.PagesLoadedEventArgs.Count.html#C1_Document_PagesLoadedEventArgs_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of pages in the range represented by the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_PagesLoadedEventArgs_StartIndex" data-uid="C1.Document.PagesLoadedEventArgs.StartIndex">
          <a class="xref" href="C1.Document.PagesLoadedEventArgs.StartIndex.html#C1_Document_PagesLoadedEventArgs_StartIndex">StartIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the 0-based index of the first page in the range represented by the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
