Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |