Spread Windows Forms 12.0 Product Documentation
OnDragDropBlockCompleted Method


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

Parameters

e
DragDropBlockCompletedEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members