Initializes a new instance of the ItemSynchronizedEventArgs class.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public ItemSynchronizedEventArgs( C1BindingSource storage, BasePersistableObject collectionItem, Object dataSourceItem, SynchronizationActionEnum action ) |
Visual Basic |
---|
Public Sub New ( _ storage As C1BindingSource, _ collectionItem As BasePersistableObject, _ dataSourceItem As Object, _ action As SynchronizationActionEnum _ ) |
Parameters
- storage
- Type: C1.C1Schedule..::..C1BindingSource
Reference to the changed C1BindingSource object.
- collectionItem
- Type: C1.C1Schedule..::..BasePersistableObject
Reference to the BasePersistableObject derived object.
- dataSourceItem
- Type: System..::..Object
Reference to the corresponding item in the data source.
- action
- Type: C1.C1Schedule..::..SynchronizationActionEnum
The SynchronizationActionEnum value.