Spread Windows Forms 12.0 Product Documentation
OnDragFillBlock Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnDragFillBlock Method
DragFillBlockEventArgs object that contains the event data
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)
protected virtual void OnDragFillBlock( 
   DragFillBlockEventArgs e
)

Parameters

e
DragFillBlockEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members