Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragFillBlockCompletedEventHandler Delegate
Source of the event
Event data


In This Topic
DragFillBlockCompletedEventHandler Delegate
In This Topic
Represents a defined method that handles the DragFillBlockCompleted event for the Spread component.
Syntax
'Declaration
 
Public Delegate Sub DragFillBlockCompletedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DragFillBlockCompletedEventArgs _
) 
 
'Usage
 
Dim instance As New DragFillBlockCompletedEventHandler(AddressOf HandlerMethod)

Parameters

sender
Source of the event
e
Event data
See Also