# GrapeCity.ActiveReports.Design.ContextMenuOpenArgs

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_ContextMenuOpenArgs" data-uid="GrapeCity.ActiveReports.Design.ContextMenuOpenArgs" class="text-break">ContextMenuOpenArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the event that is raised when a context menu is about to be opened within the designer.</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">ContextMenuOpenArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_ContextMenuOpenArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ContextMenuOpenArgs : EventArgs</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_ContextMenuOpenArgs_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class encapsulates information about the context menu that is being requested, including the source component
and the specific type of context menu. It also allows the opening of the context menu to be cancelled.</p>
</div>
  <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_Design_ContextMenuOpenArgs_Cancel" data-uid="GrapeCity.ActiveReports.Design.ContextMenuOpenArgs.Cancel">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ContextMenuOpenArgs.Cancel.html#GrapeCity_ActiveReports_Design_ContextMenuOpenArgs_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.ActiveReports.Design.ContextMenuOpenArgs.html">ContextMenuOpenArgs</a> is cancel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ContextMenuOpenArgs_MenuType" data-uid="GrapeCity.ActiveReports.Design.ContextMenuOpenArgs.MenuType">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ContextMenuOpenArgs.MenuType.html#GrapeCity_ActiveReports_Design_ContextMenuOpenArgs_MenuType">MenuType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the type of context menu that is requested.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ContextMenuOpenArgs_Source" data-uid="GrapeCity.ActiveReports.Design.ContextMenuOpenArgs.Source">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ContextMenuOpenArgs.Source.html#GrapeCity_ActiveReports_Design_ContextMenuOpenArgs_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the source component for which the context menu is being opened.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
