インターフェイス IDragStartEventArgs

階層

プロパティ

cancel

cancel: boolean

ドラッグをキャンセルするかどうかを設定します。

originalEvent

originalEvent: PointerEvent | MouseEvent | TouchEvent

要素との操作を引き起こした元のイベントへの参照。 PointerEvent、TouchEvent、または MouseEvent にすることができます。

owner

このイベントをトリガしーたオーナーの igxDrag ディレクティブ。

pageX

pageX: number

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.

pageY

pageY: number

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.

startX

startX: number

The initial position of the pointer on X axis when the dragged element began moving

startY

startY: number

The initial position of the pointer on Y axis when the dragged element began moving