# GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs" class="text-break">Viewer.ActionEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents arguments for an action event.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.canceleventargs">CancelEventArgs</a></div>
    <div class="level3"><span class="xref">Viewer.ActionEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.html">GrapeCity.ActiveReports.Viewer.Wpf</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Viewer.ActionEventArgs : CancelEventArgs</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="GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs__ctor" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.-ctor.html#GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs__ctor">ActionEventArgs()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.html">Viewer.ActionEventArgs</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs__ctor_GrapeCity_Viewer_Common_Model_Interactivity_IAction_" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.#ctor(GrapeCity.Viewer.Common.Model.Interactivity.IAction)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.-ctor.html#GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs__ctor_GrapeCity_Viewer_Common_Model_Interactivity_IAction_">ActionEventArgs(IAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.html">Viewer.ActionEventArgs</a> class with the specified action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs__ctor_GrapeCity_Viewer_Common_Model_Interactivity_IAction_System_Int32_" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.#ctor(GrapeCity.Viewer.Common.Model.Interactivity.IAction,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.-ctor.html#GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs__ctor_GrapeCity_Viewer_Common_Model_Interactivity_IAction_System_Int32_">ActionEventArgs(IAction, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.html">Viewer.ActionEventArgs</a> class with the specified action and page number.</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="GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs_Action" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.Action">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.Action.html#GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs_Action">Action</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the properties of a user action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs_PageNumber" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.PageNumber">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.PageNumber.html#GrapeCity_ActiveReports_Viewer_Wpf_Viewer_ActionEventArgs_PageNumber">PageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the number of a page where the user action occurred.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
