Delegate type for handling events that are related to the nodes.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also