BeginEdit Method (C1BindingSource)
In This Topic
Starts an edit operation on the specified object.
Syntax
'Declaration
Public Sub BeginEdit( _
ByVal As Object _
)
public void BeginEdit(
object
)
Parameters
- item
- The object on which to start operation.
See Also