Represents the method that will handle cancelable events of the C1Window such as Minimizing.

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

Syntax

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

Type.createClass(
	'C1.Web.UI.Controls.C1Window.DialogCancelEventHandler',
	MulticastDelegate);

Inheritance Hierarchy

System..::..Object
  System..::..Delegate
    System..::..MulticastDelegate
      C1.Web.UI.Controls.C1Window..::..DialogCancelEventHandler

See Also