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


In This Topic
OnDragDropBlockCompleted Method
In This Topic
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)

Parameters

e
DragDropBlockCompletedEventArgs object that contains the event data
See Also