Click or drag to resize

GridAdapterTParams, TCellVHOnCellViewsHolderCreated Method

Called for each cell in a cell group at the moment the group is first created

Namespace:  Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void OnCellViewsHolderCreated(
	TCellVH cellVH,
	CellGroupViewsHolder<TCellVH> cellGroup
)

Parameters

cellVH
Type: TCellVH
cellGroup
Type: Com.ForbiddenByte.OSA.CustomAdapters.GridViewCellGroupViewsHolderTCellVH
The cell's group
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also