# C1.Win.TouchToolKit.ControlAutoShowingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TouchToolKit_ControlAutoShowingEventArgs" data-uid="C1.Win.TouchToolKit.ControlAutoShowingEventArgs" class="text-break">ControlAutoShowingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for <a class="xref" href="C1.Win.TouchToolKit.C1Zoom.ControlAutoShowing.html">ControlAutoShowing</a> event of <a class="xref" href="C1.Win.TouchToolKit.C1Zoom.html">C1Zoom</a> class.</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">ControlAutoShowingEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.10.dll</h6>
  <h5 id="C1_Win_TouchToolKit_ControlAutoShowingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ControlAutoShowingEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ControlAutoShowingEventArgs
    Inherits EventArgs</code></pre>
  </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="C1_Win_TouchToolKit_ControlAutoShowingEventArgs_Cancel" data-uid="C1.Win.TouchToolKit.ControlAutoShowingEventArgs.Cancel">
          <a class="xref" href="C1.Win.TouchToolKit.ControlAutoShowingEventArgs.Cancel.html#C1_Win_TouchToolKit_ControlAutoShowingEventArgs_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="C1.Win.TouchToolKit.C1Zoom.ControlAutoShowing.html">GcZoom.ControlAutoShowing</a> event is canceled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ControlAutoShowingEventArgs_ShowingControl" data-uid="C1.Win.TouchToolKit.ControlAutoShowingEventArgs.ShowingControl">
          <a class="xref" href="C1.Win.TouchToolKit.ControlAutoShowingEventArgs.ShowingControl.html#C1_Win_TouchToolKit_ControlAutoShowingEventArgs_ShowingControl">ShowingControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the target control which is preparing to show.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ControlAutoShowingEventArgs_ShowingReason" data-uid="C1.Win.TouchToolKit.ControlAutoShowingEventArgs.ShowingReason">
          <a class="xref" href="C1.Win.TouchToolKit.ControlAutoShowingEventArgs.ShowingReason.html#C1_Win_TouchToolKit_ControlAutoShowingEventArgs_ShowingReason">ShowingReason</a>
        </td>
        <td class="markdown level1 summary"><p>Get a value indicating control auto scroll reason.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
