Table of Contents

Interface INotifyAttachedPropertyChanged

Namespace
Myra.MML
Assembly
Myra.dll

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

propertyInfo BaseAttachedPropertyInfo

Information about the attached property that changed.