[]
        
(Showing Draft Content)

C1.Schedule.ItemSynchronizedEventArgs.-ctor

ItemSynchronizedEventArgs Constructor

ItemSynchronizedEventArgs(C1BindingSource, BasePersistableObject, object, SynchronizationActionEnum)

Initializes a new instance of the ItemSynchronizedEventArgs class.

Declaration
public ItemSynchronizedEventArgs(C1BindingSource storage, BasePersistableObject collectionItem, object dataSourceItem, SynchronizationActionEnum action)
Parameters
Type Name Description
C1BindingSource storage

Reference to the changed C1BindingSource object.

BasePersistableObject collectionItem

Reference to the BasePersistableObject derived object.

object dataSourceItem

Reference to the corresponding item in the data source.

SynchronizationActionEnum action

The SynchronizationActionEnum value.