Manually stopping a DragDetector?

So, as you can understand it from the title, i need to manually stop a drag detector without bypassing any DragEnd event watchers from server side.

Any tips or solution really would help me! Thank you for your interest.

Here’s what i tried so far,

Enabled = false [Intefering with DragEnd]
PermissionPolicy = “Nobody” [Doesn’t stop drag]
RestartDrag() [Intefering with DragEnd]