How get the old value of startTIme when I use onDragStop.

Hello, please, I need your help...

How get the old value of startTIme when I use onDragStop.

I try using  args

onDragStop: function(args) {}



But only find the new value, and I need the old value too :(


Regards....


1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team August 5, 2019 06:00 AM UTC

Hi Marco, 
 
Syncfusion greetings. 
 
The dragStop event will be triggered once the event is dropped, kindly use dragStart event to store the event original time in a variable which can be accessed in dragStop event to achieve your requirement. 
 
Regards, 
Karthi 


Loader.
Up arrow icon