Applies pending changes to the underlying data source.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Parameters

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

See Also