[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridControlAdapterNotifyChange.CreateReplaceChange

CreateReplaceChange Method

CreateReplaceChange(int, int, int)

Creates the replace change.

Declaration
public static GridControlAdapterNotifyChange CreateReplaceChange(int startingIndex, int oldItemsCount, int newItemsCount)
Public Shared Function CreateReplaceChange(startingIndex As Integer, oldItemsCount As Integer, newItemsCount As Integer) As GridControlAdapterNotifyChange
Parameters
Type Name Description
int startingIndex

The index of the replaced items.

int oldItemsCount

The number of replaced items.

int newItemsCount

The number of items that replace the original ones.

Returns
Type Description
GridControlAdapterNotifyChange