# C1.WPF.C1InputEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1InputEventArgs" data-uid="C1.WPF.C1InputEventArgs" class="text-break">C1InputEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Contains information of the drag events.</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">C1InputEventArgs</span></div>
      <div class="level3"><a class="xref" href="C1.WPF.C1DragEventArgs.html">C1DragEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.C1ScrollEventArgs.html">C1ScrollEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.C1TappedEventArgs.html">C1TappedEventArgs</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.C1ZoomEventArgs.html">C1ZoomEventArgs</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1InputEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1InputEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1InputEventArgs
    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_WPF_C1InputEventArgs__ctor_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.C1InputEventArgs.#ctor(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.C1InputEventArgs.-ctor.html#C1_WPF_C1InputEventArgs__ctor_System_Windows_RoutedEventArgs_">C1InputEventArgs(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1InputEventArgs__ctor_System_Windows_RoutedEventArgs_C1_WPF_C1PointerDeviceType_" data-uid="C1.WPF.C1InputEventArgs.#ctor(System.Windows.RoutedEventArgs,C1.WPF.C1PointerDeviceType)">
          <a class="xref" href="C1.WPF.C1InputEventArgs.-ctor.html#C1_WPF_C1InputEventArgs__ctor_System_Windows_RoutedEventArgs_C1_WPF_C1PointerDeviceType_">C1InputEventArgs(RoutedEventArgs, C1PointerDeviceType)</a>
        </td>
        <td class="markdown level1 summary"></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_WPF_C1InputEventArgs_Handled" data-uid="C1.WPF.C1InputEventArgs.Handled">
          <a class="xref" href="C1.WPF.C1InputEventArgs.Handled.html#C1_WPF_C1InputEventArgs_Handled">Handled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that marks the routed event as handled. Setting to true
prevents most handlers along the event route from handling the same event again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1InputEventArgs_OriginalEventArgs" data-uid="C1.WPF.C1InputEventArgs.OriginalEventArgs">
          <a class="xref" href="C1.WPF.C1InputEventArgs.OriginalEventArgs.html#C1_WPF_C1InputEventArgs_OriginalEventArgs">OriginalEventArgs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the arguments of the original event which raised this event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1InputEventArgs_OriginalSource" data-uid="C1.WPF.C1InputEventArgs.OriginalSource">
          <a class="xref" href="C1.WPF.C1InputEventArgs.OriginalSource.html#C1_WPF_C1InputEventArgs_OriginalSource">OriginalSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the object that raised the event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1InputEventArgs_PointerDeviceType" data-uid="C1.WPF.C1InputEventArgs.PointerDeviceType">
          <a class="xref" href="C1.WPF.C1InputEventArgs.PointerDeviceType.html#C1_WPF_C1InputEventArgs_PointerDeviceType">PointerDeviceType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of pointer which performed the action.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1InputEventArgs_GetPointerType_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.C1InputEventArgs.GetPointerType(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.C1InputEventArgs.GetPointerType.html#C1_WPF_C1InputEventArgs_GetPointerType_System_Windows_RoutedEventArgs_">GetPointerType(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1InputEventArgs_GetPosition_System_Windows_RoutedEventArgs_System_Windows_UIElement_" data-uid="C1.WPF.C1InputEventArgs.GetPosition(System.Windows.RoutedEventArgs,System.Windows.UIElement)">
          <a class="xref" href="C1.WPF.C1InputEventArgs.GetPosition.html#C1_WPF_C1InputEventArgs_GetPosition_System_Windows_RoutedEventArgs_System_Windows_UIElement_">GetPosition(RoutedEventArgs, UIElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the pointer or finger.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1InputEventArgs_GetPosition_System_Windows_UIElement_" data-uid="C1.WPF.C1InputEventArgs.GetPosition(System.Windows.UIElement)">
          <a class="xref" href="C1.WPF.C1InputEventArgs.GetPosition.html#C1_WPF_C1InputEventArgs_GetPosition_System_Windows_UIElement_">GetPosition(UIElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the pointer performing the drag gesture relatively to the specified element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
