DataGrid for WPF/Silverlight
MergingCells イベント (C1DataGrid)

C1.WPF.DataGrid.4.5.2 アセンブリ > C1.WPF.DataGrid 名前空間 > C1DataGrid クラス : MergingCells イベント
セルの測定後に発生します。これにより、ユーザーは隣接するセルを結合できます。セルを結合するには、渡された DataGridMergingCellsEventArgsのメソッド Merge を呼び出す必要があります。
シンタックス
'宣言
 
Public Event MergingCells As System.EventHandler(Of DataGridMergingCellsEventArgs)
public event System.EventHandler<DataGridMergingCellsEventArgs> MergingCells
参照

C1DataGrid クラス
C1DataGrid メンバ