Represents the method that will handle events of the C1Window such as Activated, Shown.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also