Forcing uidragdetector to fire?

is there a way to force the uidragdetector to start the ‘dragstart’ function?
because im trying to reparent the uidragdetector parent but it stops the dragging

Can’t you just run the function you wish to connect to dragstart? You don’t need to explicitly wait for the event to fire to run the function…