Provides data for the Reloading event of the C1Window.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also