DataGrid for WPF/Silverlight
DetailsVisibilityChanged イベント (DataGridRow)

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > DataGridRow クラス : DetailsVisibilityChanged イベント
ShowDetails 値が変更されたときに発生します。
シンタックス
'宣言
 
Public Event DetailsVisibilityChanged As System.EventHandler(Of PropertyChangedEventArgs(Of Visibility))
public event System.EventHandler<PropertyChangedEventArgs<Visibility>> DetailsVisibilityChanged
イベント データ

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

プロパティ解説
The value of the property after the change.  
The value of the property before the change.  
参照