Constructor. Initializes a new instance of the DraggingEventArgs class.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Window.DraggingEventArgs = function(domEvent, oldX, oldY, newX, newY);

Parameters

domEvent
Type: DomEvent
Points to the original DomEvent that was raised.
oldX
Type: System..::..Int32
The old X value in pixels.
oldY
Type: System..::..Int32
The old Y value in pixels.
newX
Type: System..::..Int32
The new X value in pixels.
newY
Type: System..::..Int32
The new Y value in pixels.

See Also