Constructor. Initializes a new instance of the ReloadingEventArgs class.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1Window.ReloadingEventArgs = function(domEvent, origin);

Parameters

domEvent
Type: DomEvent
Points to the original DomEvent that was raised.
origin
Type: C1.Web.UI.Controls.C1Window..::..ReloadOrigin
One of the ReloadOrigin values that specifies the cause that generated the event.

See Also