Condividi tramite


Proprietà ModelChangedEventArgs.PropertiesChanged

Ottiene un'enumerazione delle proprietà modificate nel modello di modifica.

Spazio dei nomi:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property PropertiesChanged As IEnumerable(Of ModelProperty)
    Get
public abstract IEnumerable<ModelProperty> PropertiesChanged { get; }
public:
virtual property IEnumerable<ModelProperty^>^ PropertiesChanged {
    IEnumerable<ModelProperty^>^ get () abstract;
}
abstract PropertiesChanged : IEnumerable<ModelProperty>
abstract function get PropertiesChanged () : IEnumerable<ModelProperty>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<ModelProperty>
Enumerazione di oggetti ModelProperty che rappresentano le proprietà modificate nel modello di modifica.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelChangedEventArgs Classe

Spazio dei nomi Microsoft.Windows.Design.Services

ModelService

ModelItem

Altre risorse

Informazioni sull'estensibilità Progettazione WPF