# FarPoint.Win.Elements.ElementAddNotifyEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Elements_ElementAddNotifyEventArgs" data-uid="FarPoint.Win.Elements.ElementAddNotifyEventArgs" class="text-break">Elements.ElementAddNotifyEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the ElementAdd event,
which occurs when the user has added an element.</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"><span class="xref">Elements.ElementAddNotifyEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_Elements_ElementAddNotifyEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Elements.ElementAddNotifyEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Elements.ElementAddNotifyEventArgs</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_Win_Elements_ElementAddNotifyEventArgs__ctor_System_Object_" data-uid="FarPoint.Win.Elements.ElementAddNotifyEventArgs.#ctor(System.Object)">
          <a class="xref" href="FarPoint.Win.Elements.ElementAddNotifyEventArgs.-ctor.html#FarPoint_Win_Elements_ElementAddNotifyEventArgs__ctor_System_Object_">ElementAddNotifyEventArgs(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a new instance of the <a class="xref" href="FarPoint.Win.Elements.ElementAddNotifyEventArgs.html">Elements.ElementAddNotifyEventArgs</a></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_Win_Elements_ElementAddNotifyEventArgs_Element" data-uid="FarPoint.Win.Elements.ElementAddNotifyEventArgs.Element">
          <a class="xref" href="FarPoint.Win.Elements.ElementAddNotifyEventArgs.Element.html#FarPoint_Win_Elements_ElementAddNotifyEventArgs_Element">Element</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
