Hi, when an existing event is dragged or resized for rescheduling, is there a way I can find that out from
WITHIN actionBegin method? Action event args of action begin method, doesn't have that kind of information. I want to specifically handle drag and resize events
inside actionBegin method to perform some actions.