ComponentOne DataGrid for WPF and Silverlight
MergingCells Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : MergingCells Event
Occurs after the measuring the cells, so that the user can combine adjacent cells. In order to merge the cells you should call the method Merge of the DataGridMergingCellsEventArgs passed in.
Syntax
'Declaration
 
Public Event MergingCells As System.EventHandler(Of DataGridMergingCellsEventArgs)
public event System.EventHandler<DataGridMergingCellsEventArgs> MergingCells
See Also

Reference

C1DataGrid Class
C1DataGrid Members