Interface INotifyAttachedPropertyChanged
Interface for objects that can be notified when attached properties change.
public interface INotifyAttachedPropertyChanged
Methods
OnAttachedPropertyChanged(BaseAttachedPropertyInfo)
Called when an attached property on this object has changed.
void OnAttachedPropertyChanged(BaseAttachedPropertyInfo propertyInfo)
Parameters
propertyInfoBaseAttachedPropertyInfoInformation about the attached property that changed.