# FarPoint.Win.Spread.DragDropBlockCompletedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs" class="text-break">DragDropBlockCompletedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the DragDropBlockCompleted event for the Spread component,
which occurs when the dragging and dropping of a range of cells is completed.</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">DragDropBlockCompletedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DragDropBlockCompletedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DragDropBlockCompletedEventArgs
    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="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.-ctor.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Int32_System_Boolean_">DragDropBlockCompletedEventArgs(SpreadView, int, int, int, int, int, int, int, int, bool, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the DragDropBlockCompleted event arguments.</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="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_Action" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.Action">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.Action.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_Action">Action</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the source range is copied or moved.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_ColumnBegin" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.ColumnBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.ColumnBegin.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_ColumnBegin">ColumnBegin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the top left cell of the source range (being dragged).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_ColumnEnd" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.ColumnEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.ColumnEnd.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_ColumnEnd">ColumnEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the bottom right cell of the source range (being dragged).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_DataOnly" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.DataOnly">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.DataOnly.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_DataOnly">DataOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether data or formatting (or both) is copied or moved.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_DestinationColumnBegin" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.DestinationColumnBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.DestinationColumnBegin.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_DestinationColumnBegin">DestinationColumnBegin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the top left cell of the destination range (where selection is dropped).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_DestinationColumnEnd" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.DestinationColumnEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.DestinationColumnEnd.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_DestinationColumnEnd">DestinationColumnEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the bottom right cell of the destination range (where selection is dropped).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_DestinationRowBegin" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.DestinationRowBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.DestinationRowBegin.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_DestinationRowBegin">DestinationRowBegin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the top left cell of the destination range (where selection is dropped).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_DestinationRowEnd" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.DestinationRowEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.DestinationRowEnd.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_DestinationRowEnd">DestinationRowEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the bottom right cell of the destination range (where selection is dropped).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_Overwrite" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.Overwrite">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.Overwrite.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_Overwrite">Overwrite</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the destination range contains data (that is overwritten).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_RowBegin" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.RowBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.RowBegin.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_RowBegin">RowBegin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the top left cell of the source range (being dragged).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_RowEnd" data-uid="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.RowEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockCompletedEventArgs.RowEnd.html#FarPoint_Win_Spread_DragDropBlockCompletedEventArgs_RowEnd">RowEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the bottom right cell of the source range (being dragged).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
