Spread Windows Forms 12.0 Product Documentation
OnSheetDragMoving Method


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

Parameters

e
SheetDragMovingEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members