Use the members of this enumeration to determine what raised the Reloading event.

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

Syntax

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

Type.createClass(
	'C1.Web.UI.Controls.C1Window.ReloadOrigin',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1Window..::..ReloadOrigin

See Also