Spread Windows Forms 12.0 Product Documentation
OnDragFillBlockCompleted Method


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

Parameters

e
DragFillBlockEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members