ActivityCollectionChangeEventArgs コンストラクター

定義

ActivityCollectionChangeEventArgs クラスの新しいインスタンスを初期化します。

オーバーロード

ActivityCollectionChangeEventArgs(Int32, ICollection<Activity>, ICollection<Activity>, Object, ActivityCollectionChangeAction)

ActivityCollectionChangeEventArgs クラスの新しいインスタンスを初期化します。

ActivityCollectionChangeEventArgs(Int32, Activity, Activity, Object, ActivityCollectionChangeAction)

ActivityCollectionChangeEventArgs クラスの新しいインスタンスを初期化します。

ActivityCollectionChangeEventArgs(Int32, ICollection<Activity>, ICollection<Activity>, Object, ActivityCollectionChangeAction)

ActivityCollectionChangeEventArgs クラスの新しいインスタンスを初期化します。

public:
 ActivityCollectionChangeEventArgs(int index, System::Collections::Generic::ICollection<System::Workflow::ComponentModel::Activity ^> ^ removedItems, System::Collections::Generic::ICollection<System::Workflow::ComponentModel::Activity ^> ^ addedItems, System::Object ^ owner, System::Workflow::ComponentModel::ActivityCollectionChangeAction action);
public ActivityCollectionChangeEventArgs (int index, System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity> removedItems, System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity> addedItems, object owner, System.Workflow.ComponentModel.ActivityCollectionChangeAction action);
new System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs : int * System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity> * System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity> * obj * System.Workflow.ComponentModel.ActivityCollectionChangeAction -> System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs
Public Sub New (index As Integer, removedItems As ICollection(Of Activity), addedItems As ICollection(Of Activity), owner As Object, action As ActivityCollectionChangeAction)

パラメーター

index
Int32

ActivityCollection 内の変更箇所のインデックス。

removedItems
ICollection<Activity>

削除された各 ICollection が格納された、厳密に型指定された ActivityActivity

addedItems
ICollection<Activity>

追加された各 ICollection が格納された、厳密に型指定された ActivityActivity

owner
Object

イベントの発生元 Object

action
ActivityCollectionChangeAction

イベントに対応する ActivityCollectionChangeAction

適用対象

ActivityCollectionChangeEventArgs(Int32, Activity, Activity, Object, ActivityCollectionChangeAction)

ActivityCollectionChangeEventArgs クラスの新しいインスタンスを初期化します。

public:
 ActivityCollectionChangeEventArgs(int index, System::Workflow::ComponentModel::Activity ^ removedActivity, System::Workflow::ComponentModel::Activity ^ addedActivity, System::Object ^ owner, System::Workflow::ComponentModel::ActivityCollectionChangeAction action);
public ActivityCollectionChangeEventArgs (int index, System.Workflow.ComponentModel.Activity removedActivity, System.Workflow.ComponentModel.Activity addedActivity, object owner, System.Workflow.ComponentModel.ActivityCollectionChangeAction action);
new System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs : int * System.Workflow.ComponentModel.Activity * System.Workflow.ComponentModel.Activity * obj * System.Workflow.ComponentModel.ActivityCollectionChangeAction -> System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs
Public Sub New (index As Integer, removedActivity As Activity, addedActivity As Activity, owner As Object, action As ActivityCollectionChangeAction)

パラメーター

index
Int32

ActivityCollection 内の変更箇所のインデックス。

removedActivity
Activity

コレクションから削除された Activity

addedActivity
Activity

コレクションに追加された Activity

owner
Object

イベントの発生元 Object

action
ActivityCollectionChangeAction

イベントに対応する ActivityCollectionChangeAction

適用対象