Represents the method that will handle an event of C1ComboBox.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1ComboBoxClient (in C1ComboBoxClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1ComboBox.ComboBoxEventHandler = function();

Type.createClass(
	'C1.Web.UI.Controls.C1ComboBox.ComboBoxEventHandler',
	MulticastDelegate);

Inheritance Hierarchy

System..::..Object
  System..::..Delegate
    System..::..MulticastDelegate
      C1.Web.UI.Controls.C1ComboBox..::..ComboBoxEventHandler

See Also