[]
        
(Showing Draft Content)

C1.WinUI.Grid.TransposedGridCellFactory.OnRowsChanging

OnRowsChanging Method

OnRowsChanging(GridControlAdapterNotifyChange)

Notifies the adapter there will be changed in the model rows.

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

The change.

Overrides