PropertyChangedEventArgs<T>.Properties Property

Definition

The property that changed

public:
 property System::Collections::Generic::IEnumerable<T> ^ Properties { System::Collections::Generic::IEnumerable<T> ^ get(); };
public System.Collections.Generic.IEnumerable<T> Properties { get; }
member this.Properties : seq<'T>
Public ReadOnly Property Properties As IEnumerable(Of T)

Property Value

Applies to