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


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

    Parameters

    e
    DragMoveCompletedEventArgs object that contains the event data
    See Also