ILayout2.dragOver method
Called when the ListView initiates a drag operation.
Syntax
iLayout2.dragOver(x, y, dragInfo);
Parameters
x
Type: NumberThe x-coordinate of the drag.
y
Type: NumberThe y-coordinate of the drag.
dragInfo
Type: NumberAn object that indicates whether the item is selected.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |