Share via


ModelChangedEventArgs.ItemsRemoved Vlastnost

Definice

Upozornění

Don't use this property. Use "ModelChangeInfo" instead.

Při implementaci odvozenou třídou získá výčet objektů argumentu události, které byly odebrány.

public:
 abstract property System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelItem ^> ^ ItemsRemoved { System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelItem ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelItem> ItemsRemoved { get; }
[System.Obsolete("Don't use this property. Use "ModelChangeInfo" instead.")]
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelItem> ItemsRemoved { get; }
member this.ItemsRemoved : seq<System.Activities.Presentation.Model.ModelItem>
[<System.Obsolete("Don't use this property. Use "ModelChangeInfo" instead.")>]
member this.ItemsRemoved : seq<System.Activities.Presentation.Model.ModelItem>
Public MustOverride ReadOnly Property ItemsRemoved As IEnumerable(Of ModelItem)

Hodnota vlastnosti

An IEnumerable<T> z odebraných argumentů události.

Atributy

Platí pro