Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ContactStorage Class / CommitItemChanges Method
Data item to apply changes.

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

    Parameters

    item
    Data item to apply changes.
    See Also