Delegate to handle callbacks from server.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Schedule.CallbackHandler = function();

Type.createClass(
	'C1.Web.UI.Controls.C1Schedule.CallbackHandler',
	MulticastDelegate);

Inheritance Hierarchy

System..::..Object
  System..::..Delegate
    System..::..MulticastDelegate
      C1.Web.UI.Controls.C1Schedule..::..CallbackHandler

See Also