Click or drag to resize

GridAdapterTParams, TCellVHOnBeforeRecycleOrDisableViewsHolder Method

Overridden in order to call OnBeforeRecycleOrDisableCellViewsHolder(TCellVH, Int32) for each active cell in the group

Namespace:  Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override sealed void OnBeforeRecycleOrDisableViewsHolder(
	CellGroupViewsHolder<TCellVH> inRecycleBinOrVisible,
	int newItemIndex
)

Parameters

inRecycleBinOrVisible
Type: Com.ForbiddenByte.OSA.CustomAdapters.GridViewCellGroupViewsHolderTCellVH
newItemIndex
Type: SystemInt32
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also