Spread Windows Forms 12.0 Product Documentation
OnRowDragMove Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnRowDragMove Method
DragMoveEventArgs object that contains the event data
Raises the RowDragMove event.
Syntax
'Declaration
 
Protected Overridable Sub OnRowDragMove( _
   ByVal e As DragMoveEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As DragMoveEventArgs
 
instance.OnRowDragMove(e)
protected virtual void OnRowDragMove( 
   DragMoveEventArgs e
)

Parameters

e
DragMoveEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members