Scheduler for UWP/WinRT
ItemSynchronizedEventArgs コンストラクタ

変更された C1BindingSource オブジェクトへの参照。
BasePersistableObject 派生オブジェクトへの参照。
データソース内の対応する項目への参照。
SynchronizationActionEnum 値。
ItemSynchronizedEventArgs クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal storage As C1BindingSource, _
   ByVal collectionItem As BasePersistableObject, _
   ByVal dataSourceItem As System.Object, _
   ByVal action As SynchronizationActionEnum _
)
public ItemSynchronizedEventArgs( 
   C1BindingSource storage,
   BasePersistableObject collectionItem,
   System.object dataSourceItem,
   SynchronizationActionEnum action
)

パラメータ

storage
変更された C1BindingSource オブジェクトへの参照。
collectionItem
BasePersistableObject 派生オブジェクトへの参照。
dataSourceItem
データソース内の対応する項目への参照。
action
SynchronizationActionEnum 値。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

ItemSynchronizedEventArgs クラス
ItemSynchronizedEventArgs メンバ

Send Feedback