Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnColumnDragMoveCompleting Method
DragMoveCompletingEventArgs object that contains the event data


In This Topic
    OnColumnDragMoveCompleting Method
    In This Topic
    Raises the ColumnDragMoveCompleting event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnColumnDragMoveCompleting( _
       ByVal e As DragMoveCompletingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As DragMoveCompletingEventArgs
     
    instance.OnColumnDragMoveCompleting(e)
    protected virtual void OnColumnDragMoveCompleting( 
       DragMoveCompletingEventArgs e
    )

    Parameters

    e
    DragMoveCompletingEventArgs object that contains the event data
    See Also