ModelChangedEventArgs.PropertiesChanged Property
Gets an enumeration of properties that have been changed in the editing model.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property PropertiesChanged As IEnumerable(Of ModelProperty)
'Usage
Dim instance As ModelChangedEventArgs
Dim value As IEnumerable(Of ModelProperty)
value = instance.PropertiesChanged
public abstract IEnumerable<ModelProperty> PropertiesChanged { get; }
public:
virtual property IEnumerable<ModelProperty^>^ PropertiesChanged {
IEnumerable<ModelProperty^>^ get () abstract;
}
public abstract function get PropertiesChanged () : IEnumerable<ModelProperty>
Property Value
Type: System.Collections.Generic.IEnumerable<ModelProperty>
An enumeration of ModelProperty objects that represent changed properties in the editing model.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Services Namespace