'Declaration Public ReadOnly Property ChangedProperties As ICollection(Of PropertyChangedDescription)
'Usage Dim instance As ItemChangedDescription Dim value As ICollection(Of PropertyChangedDescription) value = instance.ChangedProperties
public ICollection<PropertyChangedDescription> ChangedProperties {get;}