The igxDrag directive instanced on an element that entered the area of the igxDrop element
The data contained for the draggable element in igxDrag directive.
The current position of the pointer on X axis relative to the container that initializes the igxDrop. 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 relative to the container that initializes the igxDrop. Note: The browser might trigger the event with some delay and pointer would be already inside the igxDrop.
Reference to the original event that caused the draggable element to enter the igxDrop element. Can be PointerEvent, TouchEvent or MouseEvent.
The owner igxDrop 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
Specifies if the default drop logic related to the event should be canceled.