FlexGrid for WPF
DataContextChanged イベント (GridGroupRowCell)

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > GridGroupRowCell クラス : DataContextChanged イベント
シンタックス
'宣言
 
Public Event DataContextChanged As System.Windows.DependencyPropertyChangedEventHandler
public event System.Windows.DependencyPropertyChangedEventHandler DataContextChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.DependencyPropertyChangedEventArgs 型の引数を受け取りました。次の DependencyPropertyChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
変更後、プロパティの値を取得します。  
変更前に、のプロパティの値を取得します。  
値の変更が発生した依存関係プロパティの識別子を取得します。  
参照