ModelChangedEventArgs.ItemsRemoved Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
Don't use this property. Use "ModelChangeInfo" instead.
Quando implementado por uma classe derivada, obtém uma enumeração dos objetos argumentos de evento que foram removidos.
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)
Valor de Propriedade
Um IEnumerable<T> dos argumentos de eventos removidos.
- Atributos