Occurs when the user moves the mouse or finger while dragging.
Object.defineProperty(SheetEditorInteractiveService.prototype,'dragDelta',
get: function(),
set: function(value)
)
The DragDelta event will always fire after DragStarted occurs and any of the following occurs:
This event provides details about the drag's progress, including the direction and magnitude of the movement.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event |
e | SheetEditorInteractiveEventArgs | The event data |
SheetEditorInteractiveService Class