バージョン

RowExpansionChanged イベント

行は展開/縮小されるときに、このイベントを発生します。
シンタックス
'宣言
 
Public Event RowExpansionChanged As EventHandler(Of RowExpansionChangedEventArgs)
public event EventHandler<RowExpansionChangedEventArgs> RowExpansionChanged
イベント データ

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

プロパティ解説
Row 展開または縮小された Infragistics.Controls.Grids.Primitives.ExpandableRowBase
参照