Click or drag to resize
KaxSchedulerUpdateAppointment Method
Overload List
  Name Description
Public method Code example UpdateAppointment(Appointment)
Updates the specified appointment and persists the changes through the provider.
Public method Code example UpdateAppointment(Appointment, Appointment)
Updates the specified appointment and persists the changes through the provider. Use this overload when the underlying data source requires both original and modified data to perform an update operation. One such example is LinqDataSource.
Top
See Also