[]
        
(Showing Draft Content)

C1.WPF.Grid.TransposedGridCellFactory.OnRowsChanging

OnRowsChanging Method

OnRowsChanging(GridCellFactoryNotifyChange)

Notifies the cell-factory there will be changed in the model rows.

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

The change.

Overrides