[]
Initializes a new instance of the ItemSynchronizedEventArgs class.
public ItemSynchronizedEventArgs(C1BindingSource storage, BasePersistableObject collectionItem, object dataSourceItem, SynchronizationActionEnum action)
| 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. |