ILayout2.dragOver method

Called when the ListView initiates a drag operation.
Syntax
iLayout2.dragOver(x, y, dragInfo);
Parameters
- x
-
Type: Number
The x-coordinate of the drag.
- y
-
Type: Number
The y-coordinate of the drag.
- dragInfo
-
Type: Number
An 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 |
See also
Show: