Provides data for the Dragging and Resizing events of the C1Window.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1Window.DraggingEventArgs = function();

Type.createClass(
	'C1.Web.UI.Controls.C1Window.DraggingEventArgs',
	Client_C1.Web.UI.Controls.C1Window.DialogCancelEventArgs);

Remarks

In the context of the Dragging event nnnX and nnnY properties are the coordinates of dialog's left top corner. In the context of the Resizing event nnnX and nnnY properties are dialog's width and height.

Inheritance Hierarchy

System..::..Object
  EventArgs
    C1.Web.UI.Controls.C1Window..::..DialogEventArgs
      C1.Web.UI.Controls.C1Window..::..DialogCancelEventArgs
        C1.Web.UI.Controls.C1Window..::..DraggingEventArgs

See Also