Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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