# C1.Win.C1Input.UpDownButtonClickEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_UpDownButtonClickEventArgs" data-uid="C1.Win.C1Input.UpDownButtonClickEventArgs" class="text-break">UpDownButtonClickEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for a UpDownButtonClick 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">UpDownButtonClickEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_UpDownButtonClickEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class UpDownButtonClickEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class UpDownButtonClickEventArgs
    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_C1Input_UpDownButtonClickEventArgs__ctor_System_Int32_System_Boolean_" data-uid="C1.Win.C1Input.UpDownButtonClickEventArgs.#ctor(System.Int32,System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.UpDownButtonClickEventArgs.-ctor.html#C1_Win_C1Input_UpDownButtonClickEventArgs__ctor_System_Int32_System_Boolean_">UpDownButtonClickEventArgs(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the UpDownButtonClickEventArgs 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="C1_Win_C1Input_UpDownButtonClickEventArgs_Delta" data-uid="C1.Win.C1Input.UpDownButtonClickEventArgs.Delta">
          <a class="xref" href="C1.Win.C1Input.UpDownButtonClickEventArgs.Delta.html#C1_Win_C1Input_UpDownButtonClickEventArgs_Delta">Delta</a>
        </td>
        <td class="markdown level1 summary"><p>Set to 1 if Up button is pressed, to -1 if Down button is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UpDownButtonClickEventArgs_Done" data-uid="C1.Win.C1Input.UpDownButtonClickEventArgs.Done">
          <a class="xref" href="C1.Win.C1Input.UpDownButtonClickEventArgs.Done.html#C1_Win_C1Input_UpDownButtonClickEventArgs_Done">Done</a>
        </td>
        <td class="markdown level1 summary"><p>Set to true in the user's UpDownButtonClick event handler. No built-in processing is done. This allows the user to override the default behavior of the buttons.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
