Пример #1
0
 /// <inheritdoc />
 internal void RaisePropertyContainerUpdated(PropertyKey propertyKey, object newValue, object oldValue)
 {
     inner.RaisePropertyContainerUpdated(propertyKey, newValue, oldValue);
 }