Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ItemSynchronizedEventArgs Class / ItemSynchronizedEventArgs Constructor
Reference to the changed C1BindingSource object.
Reference to the BasePersistableObject derived object.
Reference to the corresponding item in the data source.
The SynchronizationActionEnum value.

In This Topic
    ItemSynchronizedEventArgs Constructor
    In This Topic
    Initializes a new instance of the ItemSynchronizedEventArgs class.
    Syntax

    Parameters

    storage
    Reference to the changed C1BindingSource object.
    collectionItem
    Reference to the BasePersistableObject derived object.
    dataSourceItem
    Reference to the corresponding item in the data source.
    action
    The SynchronizationActionEnum value.
    See Also