[]
Represents a defined method that handles the DragFillBlock event for the Spread component.
public delegate void DragFillBlockEventHandler(object sender, DragFillBlockEventArgs e)
Public Delegate Sub DragFillBlockEventHandler(sender As Object, e As DragFillBlockEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the event |
DragFillBlockEventArgs | e | Event data |