ActivityCollectionChangeEventArgs.AddedItems Property

Definition

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

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

Property Value

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

Applies to