Spread Windows Forms 12.0 Product Documentation
OnDragDropBlock Method


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

Parameters

e
DragDropBlockEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members