New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnClientAppointmentMoveStart

The OnClientAppointmenMoveStart client-side event is called when the user starts to move an appointment.

Two parameters are passed to the event handler:

  • sender is the scheduler client object.

  • eventArgs has the following methods:

  • get_appointment() that returns the appointment instance.

  • set_cancel() lets you permit or block the moving of the appointment. Calling set_cancel(true) aborts the moving operation, while set_cancel(false)

In this article