Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
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>
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