[]
Provides data for the DataSourceItemSynchronized event.
public class ItemSynchronizedEventArgs : EventArgs
| Name | Description |
|---|---|
| ItemSynchronizedEventArgs(C1BindingSource, BasePersistableObject, object, SynchronizationActionEnum) | Initializes a new instance of the ItemSynchronizedEventArgs class. |
| Name | Description |
|---|---|
| Action | Gets the SynchronizationActionEnum value. |
| CollectionItem | Gets the reference to the BasePersistableObject derived object. |
| DataSourceItem | Gets the reference to the data source item. |
| Storage | Gets the reference to the changed C1BindingSource object. |