# C1.Win.TouchToolKit.ControlBoundsZoomingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TouchToolKit_ControlBoundsZoomingEventArgs" data-uid="C1.Win.TouchToolKit.ControlBoundsZoomingEventArgs" class="text-break">ControlBoundsZoomingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for <a class="xref" href="C1.Win.TouchToolKit.C1Zoom.ControlBoundsZooming.html">ControlBoundsZooming</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">ControlBoundsZoomingEventArgs</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_ControlBoundsZoomingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ControlBoundsZoomingEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ControlBoundsZoomingEventArgs
    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_ControlBoundsZoomingEventArgs_ChildrenHandled" data-uid="C1.Win.TouchToolKit.ControlBoundsZoomingEventArgs.ChildrenHandled">
          <a class="xref" href="C1.Win.TouchToolKit.ControlBoundsZoomingEventArgs.ChildrenHandled.html#C1_Win_TouchToolKit_ControlBoundsZoomingEventArgs_ChildrenHandled">ChildrenHandled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the child controls' zoom logic is handled by user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ControlBoundsZoomingEventArgs_Handled" data-uid="C1.Win.TouchToolKit.ControlBoundsZoomingEventArgs.Handled">
          <a class="xref" href="C1.Win.TouchToolKit.ControlBoundsZoomingEventArgs.Handled.html#C1_Win_TouchToolKit_ControlBoundsZoomingEventArgs_Handled">Handled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="C1.Win.TouchToolKit.C1Zoom.ControlBoundsZooming.html">ControlBoundsZooming</a> event is handled by user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ControlBoundsZoomingEventArgs_TargetControl" data-uid="C1.Win.TouchToolKit.ControlBoundsZoomingEventArgs.TargetControl">
          <a class="xref" href="C1.Win.TouchToolKit.ControlBoundsZoomingEventArgs.TargetControl.html#C1_Win_TouchToolKit_ControlBoundsZoomingEventArgs_TargetControl">TargetControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the target control which is preparing to zoom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ControlBoundsZoomingEventArgs_ZoomBoundsInfo" data-uid="C1.Win.TouchToolKit.ControlBoundsZoomingEventArgs.ZoomBoundsInfo">
          <a class="xref" href="C1.Win.TouchToolKit.ControlBoundsZoomingEventArgs.ZoomBoundsInfo.html#C1_Win_TouchToolKit_ControlBoundsZoomingEventArgs_ZoomBoundsInfo">ZoomBoundsInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the informations for current zoom action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
