CommitItemChanges Method (ContactStorage)
In This Topic
Commits all changes in the data item.
Syntax
'Declaration
Protected Overridable Sub CommitItemChanges( _
ByVal As Contact _
)
protected virtual void CommitItemChanges(
Contact
)
Parameters
- item
- Data item to apply changes.
See Also