Provides data for the events of the C1Window.

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

Syntax

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

Type.createClass(
	'C1.Web.UI.Controls.C1Window.DialogEventArgs',
	Sys.EventArgs);

Inheritance Hierarchy

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

See Also