CustomClientCall event. Fires custom client call.

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

Syntax

C#
[C1CategoryAttribute("Events")]
public event CustomClientCallEventHandler CustomClientCall
Visual Basic
<C1CategoryAttribute("Events")> _
Public Event CustomClientCall As CustomClientCallEventHandler

See Also