Handler for C1Button events.

Namespace:  C1.Web.iPhone.C1Button
Assembly:  C1ButtonClient (in C1ButtonClient.dll)

Syntax

JavaScript
C1.Web.iPhone.C1Button.C1ButtonEventHandler = function();

Type.createClass(
	'C1.Web.iPhone.C1Button.C1ButtonEventHandler',
	MulticastDelegate);

Inheritance Hierarchy

System..::..Object
  System..::..Delegate
    System..::..MulticastDelegate
      C1.Web.iPhone.C1Button..::..C1ButtonEventHandler

See Also