Represents the method that will handle the ButtonClicked event of the C1Window.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also