SchedulerProviderBaseUpdate Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic abstract void Update(
KaxScheduler owner,
Appointment appointmentToUpdate
)
Public MustOverride Sub Update (
owner As KaxScheduler,
appointmentToUpdate As Appointment
)
public:
virtual void Update(
KaxScheduler^ owner,
Appointment^ appointmentToUpdate
) abstract
abstract Update :
owner : KaxScheduler *
appointmentToUpdate : Appointment -> unit
Parameters
- owner
- Type: Kettic.AspNet.ControlsKaxScheduler
- appointmentToUpdate
- Type: Kettic.AspNet.ControlsAppointment
See Also