Version

DragSpanEnd Method

Called when a DragSpan operation ends.
Syntax
'Declaration
 
Public Sub DragSpanEnd( _
   ByVal pointInControlCoords As Point, _
   ByVal dragElement As UIElement, _
   ByVal headerDragItem As ILayoutItem, _
   ByVal columnDragItem As ILayoutItem _
) 

Parameters

pointInControlCoords
The current position of the mouse in control coords.
dragElement
The UIElement being span resized.
headerDragItem
The ILayoutItem representing the header element. This may be the item being dragged or it may be the associated header if the item being dragged is a cell. If the item being dragged is a cell and the headers are not with the cells, this is not used and may be null.
columnDragItem
The ILayoutItem representing the cell element. This may be the item being dragged or it may be the associated cell if the item being dragged is a header. If the item being dragged is a header and the headers are not with the cells, this is not used and may be null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also