[]
        
(Showing Draft Content)

C1.Maui.Grid.GridCellFactoryNotifyChange.CreateRemoveChange

CreateRemoveChange Method

CreateRemoveChange(GridRowColType, int, int, bool)

Creates the remove change.

Declaration
public static GridCellFactoryNotifyChange CreateRemoveChange(GridRowColType type, int oldStartingIndex, int count, bool isAnimated)
Public Shared Function CreateRemoveChange(type As GridRowColType, oldStartingIndex As Integer, count As Integer, isAnimated As Boolean) As GridCellFactoryNotifyChange
Parameters
Type Name Description
GridRowColType type

The type of column or row.

int oldStartingIndex

Index of the removed item.

int count

The count.

bool isAnimated

Whether the change should be animated.

Returns
Type Description
GridCellFactoryNotifyChange