The new pageX position of the pointer that the igxDrag will use. It can be overridden to limit dragged element X movement.
The new pageX position of the pointer that the igxDrag will use. It can be overridden to limit dragged element Y movement.
Reference to the original event that caused the interaction with the element. Can be PointerEvent, TouchEvent or MouseEvent.
The owner igxDrag directive that triggered this event.
The current position of the pointer on X axis when the event was triggered. Note: The browser might trigger the event with some delay and pointer would be already inside the igxDrop.
The current position of the pointer on Y axis when the event was triggered. Note: The browser might trigger the event with some delay and pointer would be already inside the igxDrop.
The initial position of the pointer on X axis when the dragged element began moving
The initial position of the pointer on Y axis when the dragged element began moving
Set if the the dragging should be canceled.