PropertiesChangedEventArgs<TProperties>.ChangedPropertyNames Property
Gets the list of property names that have changed.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ChangedPropertyNames As Collection(Of String)
Get
'Usage
Dim instance As PropertiesChangedEventArgs
Dim value As Collection(Of String)
value = instance.ChangedPropertyNames
public Collection<string> ChangedPropertyNames { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>
See Also
Reference
PropertiesChangedEventArgs<TProperties> Class