GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : DragFillBlockCompleted Event |
'Declaration Public Event DragFillBlockCompleted As System.EventHandler(Of DragFillBlockCompletedEventArgs)
'Usage Dim instance As SheetView Dim handler As System.EventHandler(Of DragFillBlockCompletedEventArgs) AddHandler instance.DragFillBlockCompleted, handler
public event System.EventHandler<DragFillBlockCompletedEventArgs> DragFillBlockCompleted
The event handler receives an argument of type DragFillBlockCompletedEventArgs containing data related to this event. The following DragFillBlockCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AutoFillType | Gets the AutoFillType value used for the fill operation. |
FillDirection | Gets the direction of the fill. |
FillRange | Gets the range used for the fill operation. |
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6