Share via


Delta.GetChangedPropertyNames Method

Definition

Returns the Properties that have been modified through this Delta as an enumeration of Property Names

public abstract System.Collections.Generic.IEnumerable<string> GetChangedPropertyNames ();
abstract member GetChangedPropertyNames : unit -> seq<string>
Public MustOverride Function GetChangedPropertyNames () As IEnumerable(Of String)

Returns

Implements

Applies to