ActivityCollectionChangeEventArgs 생성자

정의

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>

제거ICollectionActivity 각 형식을 포함하는 강력한 형식 Activity 입니다.

addedItems
ICollection<Activity>

추가ICollectionActivity 각 형식을 포함하는 강력한 형식 Activity 입니다.

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 이벤트에 해당하는 항목입니다.

적용 대상