Provides data for the cancelable events of the C1Window.

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

Syntax

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

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

Inheritance Hierarchy

See Also