# C1.WinUI.Core.C1DragHelper.DragPreview

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="C1_WinUI_Core_C1DragHelper_DragPreview" data-uid="C1.WinUI.Core.C1DragHelper.DragPreview" class="text-break">DragPreview Event
</h1>
<div class="markdown level0 summary"><p>Occurs before a drag gesture starts giving the user the opportunity to configure the kind of gesture that will be listened based on the point where the manipulation started.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="C1.WinUI.Core.html">C1.WinUI.Core</a></h6>
<h6><strong>Assembly</strong>: C1.WinUI.Core.dll</h6>
<h5 id="C1_WinUI_Core_C1DragHelper_DragPreview_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public event EventHandler&lt;C1DragPreviewEventArgs&gt; DragPreview</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Event DragPreview As EventHandler(Of C1DragPreviewEventArgs)</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a>&lt;<a class="xref" href="C1.WinUI.Core.C1DragPreviewEventArgs.html">C1DragPreviewEventArgs</a>&gt;</td>
      <td>Occurs before a drag gesture starts giving the user the opportunity to configure the kind of gesture that will be listened based on the point where the manipulation started.</td>
    </tr>
  </tbody>
</table>
</div>
