FrameworkElement.DataContextChanged イベント

定義

この要素のデータ コンテキストが変更されたときに発生します。

public:
 event System::Windows::DependencyPropertyChangedEventHandler ^ DataContextChanged;
public event System.Windows.DependencyPropertyChangedEventHandler DataContextChanged;
member this.DataContextChanged : System.Windows.DependencyPropertyChangedEventHandler 
Public Custom Event DataContextChanged As DependencyPropertyChangedEventHandler 

イベントの種類

注釈

データ コンテキストとデータ バインディングの詳細については、「 データ バインディングの概要」を参照してください。

重要

要素の が DataContext 変更されると、この要素のすべてのデータ バインド プロパティが影響を受ける可能性があります。 これは、データ コンテキストを継承する論理ツリー内の現在の要素の子要素である要素、および現在の要素自体にも適用されます。 このような既存のバインドはすべて、新しい DataContext バインディングを再解釈する必要があり、バインド結果を再評価します。 データ バインディング エンジンは、イベントの発生に関連して、これらの再評価の DataContextChanged 順序について決定論的ではありません。 再評価は、イベントの前、イベントの後、または任意の混合で発生する可能性があります。

適用対象

こちらもご覧ください