[]
        
(Showing Draft Content)

C1.WPF.Grid.TransposedGridCellFactory.OnColumnsChanged

OnColumnsChanged Method

OnColumnsChanged(GridCellFactoryNotifyChange)

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

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

The change.

Overrides