# C1.Win.Command.LayoutLinkEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_LayoutLinkEventArgs" data-uid="C1.Win.Command.LayoutLinkEventArgs" class="text-break">LayoutLinkEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the LayoutLink 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">LayoutLinkEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.10.dll</h6>
  <h5 id="C1_Win_Command_LayoutLinkEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LayoutLinkEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LayoutLinkEventArgs
    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_Win_Command_LayoutLinkEventArgs__ctor_C1_Win_Command_C1CommandLink_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Drawing_Point_" data-uid="C1.Win.Command.LayoutLinkEventArgs.#ctor(C1.Win.Command.C1CommandLink,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Point)">
          <a class="xref" href="C1.Win.Command.LayoutLinkEventArgs.-ctor.html#C1_Win_Command_LayoutLinkEventArgs__ctor_C1_Win_Command_C1CommandLink_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Drawing_Rectangle_System_Drawing_Point_">LayoutLinkEventArgs(C1CommandLink, Rectangle, Rectangle, Rectangle, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the LayoutLinkEventArgs class</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Command_LayoutLinkEventArgs_Bounds" data-uid="C1.Win.Command.LayoutLinkEventArgs.Bounds">
          <a class="xref" href="C1.Win.Command.LayoutLinkEventArgs.Bounds.html">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>The bounding rectangle of the command link.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_LayoutLinkEventArgs_ControlLocation" data-uid="C1.Win.Command.LayoutLinkEventArgs.ControlLocation">
          <a class="xref" href="C1.Win.Command.LayoutLinkEventArgs.ControlLocation.html">ControlLocation</a>
        </td>
        <td class="markdown level1 summary"><p>The location of the nested control (valid only if the command is a C1CommandControl).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_LayoutLinkEventArgs_ImageRect" data-uid="C1.Win.Command.LayoutLinkEventArgs.ImageRect">
          <a class="xref" href="C1.Win.Command.LayoutLinkEventArgs.ImageRect.html">ImageRect</a>
        </td>
        <td class="markdown level1 summary"><p>Image rectangle layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_LayoutLinkEventArgs_Link" data-uid="C1.Win.Command.LayoutLinkEventArgs.Link">
          <a class="xref" href="C1.Win.Command.LayoutLinkEventArgs.Link.html">Link</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the command link for the layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_LayoutLinkEventArgs_TextRect" data-uid="C1.Win.Command.LayoutLinkEventArgs.TextRect">
          <a class="xref" href="C1.Win.Command.LayoutLinkEventArgs.TextRect.html">TextRect</a>
        </td>
        <td class="markdown level1 summary"><p>Text rectangle layout.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
