Use the members of this enumeration to determine the button that raised the ButtonClicking and the ButtonClicked events.

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

Syntax

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

Type.createClass(
	'C1.Web.UI.Controls.C1Window.ButtonAction',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1Window..::..ButtonAction

See Also