GridLayout.dragOver method

[This documentation is preliminary and is subject to change.]

Applies to: Metro style apps only

This API supports the Windows Library for JavaScript infrastructure and is not intended to be used directly from your code.

Syntax

gridLayout.dragOver(x, y).done( /* Your success and error handlers */ );

Parameters

  • x
    Type: Number

    The x-coordinate, or the horizontal position on the screen.

  • y
    Type: Number

    The y-coordinate, or the vertical position on the screen.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

WinJS.UI

Library

Ui.js

See also

GridLayout

 

 

Build date: 5/2/2012