Click or drag to resize
XmlSchedulerProviderUpdate Method
Updates the specified appointment.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override void Update(
	KaxScheduler owner,
	Appointment appointmentToUpdate
)

Parameters

owner
Type: Kettic.AspNet.ControlsKaxScheduler
The owner KaxScheduler instance.
appointmentToUpdate
Type: Kettic.AspNet.ControlsAppointment
The appointment to update.
See Also