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

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected override void EndEdit(
	bool canRaiseChangeNotification
)
Visual Basic
Protected Overrides Sub EndEdit ( _
	canRaiseChangeNotification As Boolean _
)

Parameters

canRaiseChangeNotification
Type: System..::..Boolean
The Boolean value determining if change notifications can be generated when applying changes.

See Also