IDelta.GetChangedPropertyNames Method

Definition

Returns the Properties that have been modified through this IDelta as an enumerable of Property Names

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

Returns

Applies to