ActivityCollectionChangeEventArgs.RemovedItems Property

Definition

Gets a strongly typed ICollection of type Activity containing each removed Activity.

public:
 property System::Collections::Generic::IList<System::Workflow::ComponentModel::Activity ^> ^ RemovedItems { System::Collections::Generic::IList<System::Workflow::ComponentModel::Activity ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity> RemovedItems { get; }
member this.RemovedItems : System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>
Public ReadOnly Property RemovedItems As IList(Of Activity)

Property Value

A strongly typed ICollection of type Activity containing each removed Activity.

Applies to