Applies pending changes to the underlying data source.

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

Syntax

C#
public void EndEdit(
	Object item
)
Visual Basic
Public Sub EndEdit ( _
	item As Object _
)

Parameters

item
Type: System..::..Object
The object on which to apply pending changes.

See Also