C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / EndEdit Method
The object on which to apply pending changes.

In This Topic
EndEdit Method (C1BindingSource)
In This Topic
Applies pending changes to the underlying data source.
Syntax
'Declaration
 
Public Sub EndEdit( _
   ByVal item As System.Object _
) 
 

Parameters

item
The object on which to apply pending changes.
See Also