ModelChangedEventArgs.PropertyNamesChanged Property
Gets an enumeration of property names 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 PropertyNamesChanged As IEnumerable(Of String)
Get
public abstract IEnumerable<string> PropertyNamesChanged { get; }
public:
virtual property IEnumerable<String^>^ PropertyNamesChanged {
IEnumerable<String^>^ get () abstract;
}
abstract PropertyNamesChanged : IEnumerable<string>
abstract function get PropertyNamesChanged () : IEnumerable<String>
Property Value
Type: System.Collections.Generic.IEnumerable<String>
An enumeration of String objects that represent the names of the changed properties.
Remarks
The implementation of the return value may be more efficient than the PropertiesChanged property.
.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