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


In This Topic
OnDragFillBlock Method
In This Topic
Raises the DragFillBlock event.
Syntax
'Declaration
 
Protected Overridable Sub OnDragFillBlock( _
   ByVal e As DragFillBlockEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As DragFillBlockEventArgs
 
instance.OnDragFillBlock(e)

Parameters

e
DragFillBlockEventArgs object that contains the event data
See Also