# FarPoint.Web.Spread.MenuItemClickEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_MenuItemClickEventArgs" data-uid="FarPoint.Web.Spread.MenuItemClickEventArgs" class="text-break">MenuItemClickEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>The event arguments for the Spread context menu item click 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"><span class="xref">MenuItemClickEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_MenuItemClickEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MenuItemClickEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MenuItemClickEventArgs
    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="FarPoint_Web_Spread_MenuItemClickEventArgs__ctor_FarPoint_Web_Spread_ContextMenuType_FarPoint_Web_Spread_MenuItem_" data-uid="FarPoint.Web.Spread.MenuItemClickEventArgs.#ctor(FarPoint.Web.Spread.ContextMenuType,FarPoint.Web.Spread.MenuItem)">
          <a class="xref" href="FarPoint.Web.Spread.MenuItemClickEventArgs.-ctor.html#FarPoint_Web_Spread_MenuItemClickEventArgs__ctor_FarPoint_Web_Spread_ContextMenuType_FarPoint_Web_Spread_MenuItem_">MenuItemClickEventArgs(ContextMenuType, MenuItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.MenuItemClickEventArgs.html">MenuItemClickEventArgs</a> class.</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="FarPoint_Web_Spread_MenuItemClickEventArgs_MenuType" data-uid="FarPoint.Web.Spread.MenuItemClickEventArgs.MenuType">
          <a class="xref" href="FarPoint.Web.Spread.MenuItemClickEventArgs.MenuType.html#FarPoint_Web_Spread_MenuItemClickEventArgs_MenuType">MenuType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_MenuItemClickEventArgs_SelectedItem" data-uid="FarPoint.Web.Spread.MenuItemClickEventArgs.SelectedItem">
          <a class="xref" href="FarPoint.Web.Spread.MenuItemClickEventArgs.SelectedItem.html#FarPoint_Web_Spread_MenuItemClickEventArgs_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the selected item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
