Edit

Share via


PropertiesChangedEventArgs<TProperties>.ChangedPropertyNames Property

Definition

Gets the list of property names that have changed.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ ChangedPropertyNames { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> ChangedPropertyNames { get; }
member this.ChangedPropertyNames : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property ChangedPropertyNames As Collection(Of String)

Property Value

Applies to