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

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

Syntax

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

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

Inheritance Hierarchy

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

See Also