Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnSheetDragMoving Method
SheetDragMovingEventArgs object that contains the event data


In This Topic
OnSheetDragMoving Method
In This Topic
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)

Parameters

e
SheetDragMovingEventArgs object that contains the event data
See Also