[]
        
(Showing Draft Content)

C1.WPF.Grid.TransposedGridCellFactory.OnRowsChanged

OnRowsChanged Method

OnRowsChanged(GridCellFactoryNotifyChange)

Notifies the cell-factory there was a change in the model rows.

Declaration
protected override void OnRowsChanged(GridCellFactoryNotifyChange change)
Protected Overrides Sub OnRowsChanged(change As GridCellFactoryNotifyChange)
Parameters
Type Name Description
GridCellFactoryNotifyChange change

The change.

Overrides