IDragMoveEventArgs
Properties
Section titled "Properties"cancel
Section titled "cancel"Inherited from: IDragStartEventArgs
Set if the the dragging should be canceled.
cancel: boolean Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:121
nextPageX
Section titled "nextPageX"The new pageX position of the pointer that the igxDrag will use. It can be overridden to limit dragged element X movement.
nextPageX: number Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:126
nextPageY
Section titled "nextPageY"The new pageX position of the pointer that the igxDrag will use. It can be overridden to limit dragged element Y movement.
nextPageY: number Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:128
originalEvent
Section titled "originalEvent"Inherited from: IDragStartEventArgs
Reference to the original event that caused the interaction with the element. Can be PointerEvent, TouchEvent or MouseEvent.
originalEvent: PointerEvent | MouseEvent | TouchEvent Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:100
owner
Section titled "owner"Inherited from: IDragStartEventArgs
The owner igxDrag directive that triggered this event.
owner: IgxDragDirective Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:102
pageX
Section titled "pageX"Inherited from: IDragStartEventArgs
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.
pageX: number Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:111
pageY
Section titled "pageY"Inherited from: IDragStartEventArgs
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.
pageY: number Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:116
startX
Section titled "startX"Inherited from: IDragStartEventArgs
The initial position of the pointer on X axis when the dragged element began moving
startX: number Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:104
startY
Section titled "startY"Inherited from: IDragStartEventArgs
The initial position of the pointer on Y axis when the dragged element began moving
startY: number Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:106