GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : DragDropBlockCompleted Event |
'Declaration Public Event DragDropBlockCompleted As System.EventHandler(Of DragDropBlockCompletedEventArgs)
'Usage Dim instance As SheetView Dim handler As System.EventHandler(Of DragDropBlockCompletedEventArgs) AddHandler instance.DragDropBlockCompleted, handler
public event System.EventHandler<DragDropBlockCompletedEventArgs> DragDropBlockCompleted
The event handler receives an argument of type DragDropBlockCompletedEventArgs containing data related to this event. The following DragDropBlockCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ColumnCount | Gets the column count of the cell range being dragged. |
Copy | Gets whether the source range is copied. |
CopyOption | Gets the CopyOption value for the drag and drop operation. |
FromColumn | Gets the column index of the top left cell of the source range (range being dragged). |
FromRow | Gets the row index of the top left cell of the source range (range being dragged). |
Insert | Gets whether the source range is inserted. |
RowCount | Gets the row count of the cell range being dragged. |
ToColumn | Gets the column index of the bottom right cell of the destination range (where selection is dropped). |
ToRow | Gets the row index of the top left cell of the destination range (where selection is dropped). |
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