[]
        
(Showing Draft Content)

C1.Schedule.ItemSynchronizedEventArgs

ItemSynchronizedEventArgs Class

Provides data for the DataSourceItemSynchronized event.

Inheritance
ItemSynchronizedEventArgs
Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class ItemSynchronizedEventArgs : EventArgs

Constructors

Name Description
ItemSynchronizedEventArgs(C1BindingSource, BasePersistableObject, object, SynchronizationActionEnum)

Initializes a new instance of the ItemSynchronizedEventArgs class.

Properties

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.