GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : DragFillBlock Event |
'Declaration Public Event DragFillBlock As EventHandler(Of DragFillBlockEventArgs)
'Usage Dim instance As SheetView Dim handler As EventHandler(Of DragFillBlockEventArgs) AddHandler instance.DragFillBlock, handler
public event EventHandler<DragFillBlockEventArgs> DragFillBlock
The event handler receives an argument of type DragFillBlockEventArgs containing data related to this event. The following DragFillBlockEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AutoFillType | Gets the AutoFillType value used for the fill operation. |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
FillDirection | Gets the direction of the fill. |
FillRange | Gets the range used for the fill operation. |
Target Platforms: Windows Server 2012, Windows RT