Occurs when the user starts a drag operation.
Object.defineProperty(SheetEditorInteractiveService.prototype,'dragStarted',
get: function(),
set: function(value)
)
This event sets up the appropriate context and ensuring a fluid drag-and-drop experience. It enables the application to prepare for dragging.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event |
e | SheetEditorInteractiveEventArgs | The event data |
SheetEditorInteractiveService Class