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

Telerik.Web.UI.AppointmentUpdateEventArgs

Provides data for the E:Telerik.Web.UI.RadScheduler.AppointmentUpdate event of the Telerik.Web.UI.RadScheduler control.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • System.ComponentModel.CancelEventArgs
  • Telerik.Web.UI.SchedulerCancelEventArgs
  • Telerik.Web.UI.AppointmentUpdateEventArgs

Properties

Appointment Appointment

Gets the appointment.

ModifiedAppointment Appointment

Gets or sets the modified appointment.

SchedulerInfo ISchedulerInfo

Gets or sets the ISchedulerInfo object that will be passed to the providers' Update method.

Remarks

You can replace this object with your own implementation of ISchedulerInfo in order to pass additional information to the provider.

In this article