# FarPoint.Win.Spread.DragDropBlockEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_DragDropBlockEventArgs" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs" class="text-break">DragDropBlockEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the DragDropBlock event for the Spread component,
which occurs when a range of cells is being dragged and dropped.</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">DragDropBlockEventArgs</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_DragDropBlockEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DragDropBlockEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DragDropBlockEventArgs
    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_DragDropBlockEventArgs__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.DragDropBlockEventArgs.#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.DragDropBlockEventArgs.-ctor.html#FarPoint_Win_Spread_DragDropBlockEventArgs__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_">DragDropBlockEventArgs(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 DragDropBlock event arguments.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockEventArgs__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_System_Boolean_" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.#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,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.-ctor.html#FarPoint_Win_Spread_DragDropBlockEventArgs__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_System_Boolean_">DragDropBlockEventArgs(SpreadView, int, int, int, int, int, int, int, int, bool, int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the DragDropBlock 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_DragDropBlockEventArgs_Action" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.Action">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.Action.html#FarPoint_Win_Spread_DragDropBlockEventArgs_Action">Action</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the source range is copied or moved.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockEventArgs_Cancel" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.Cancel">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.Cancel.html#FarPoint_Win_Spread_DragDropBlockEventArgs_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the copying or moving of data is cancelled.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockEventArgs_ColumnBegin" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.ColumnBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.ColumnBegin.html#FarPoint_Win_Spread_DragDropBlockEventArgs_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_DragDropBlockEventArgs_ColumnEnd" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.ColumnEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.ColumnEnd.html#FarPoint_Win_Spread_DragDropBlockEventArgs_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_DragDropBlockEventArgs_DataOnly" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.DataOnly">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.DataOnly.html#FarPoint_Win_Spread_DragDropBlockEventArgs_DataOnly">DataOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether data or formatting (or both) is copied or moved.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragDropBlockEventArgs_DestinationColumnBegin" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.DestinationColumnBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.DestinationColumnBegin.html#FarPoint_Win_Spread_DragDropBlockEventArgs_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_DragDropBlockEventArgs_DestinationColumnEnd" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.DestinationColumnEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.DestinationColumnEnd.html#FarPoint_Win_Spread_DragDropBlockEventArgs_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_DragDropBlockEventArgs_DestinationRowBegin" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.DestinationRowBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.DestinationRowBegin.html#FarPoint_Win_Spread_DragDropBlockEventArgs_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_DragDropBlockEventArgs_DestinationRowEnd" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.DestinationRowEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.DestinationRowEnd.html#FarPoint_Win_Spread_DragDropBlockEventArgs_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_DragDropBlockEventArgs_Overwrite" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.Overwrite">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.Overwrite.html#FarPoint_Win_Spread_DragDropBlockEventArgs_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_DragDropBlockEventArgs_RowBegin" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.RowBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.RowBegin.html#FarPoint_Win_Spread_DragDropBlockEventArgs_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_DragDropBlockEventArgs_RowEnd" data-uid="FarPoint.Win.Spread.DragDropBlockEventArgs.RowEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragDropBlockEventArgs.RowEnd.html#FarPoint_Win_Spread_DragDropBlockEventArgs_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>
