Occurs when the user completes a drag operation.
Object.defineProperty(SheetEditorInteractiveService.prototype,'dragCompleted',
get: function(),
set: function(value)
)
The DragCompleted event will always occur after the DragStarted event and any of the following occur:
Use this event to handle the aftermath of drag interactions, such as finalizing the move of a cell range.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event |
e | SheetEditorInteractiveEventArgs | The event data |
SheetEditorInteractiveService Class