[]
        
(Showing Draft Content)

C1.Schedule.Appointment.EndEdit

EndEdit Method

EndEdit(bool)

Unlocks the Appointment object after a call to the BeginEdit() method and causes an immediate update.

Declaration
protected override void EndEdit(bool canRaiseChangeNotification)
Parameters
Type Name Description
bool canRaiseChangeNotification

The bool value determining if change notifications can be generated when applying changes.

Overrides