Skip to main content

AppointmentStorageBase.CommitExistingObject(Appointment) Method

Commits changes to an existing object. Updates the object data record in the underlying data source.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public override void CommitExistingObject(
    Appointment obj
)

Parameters

Name Type Description
obj Appointment

An Appointment object to commit.

See Also