Click or drag to resize

GridAdapter TParams, TCellVH ItemsRefreshed Event

This override the base's implementation to return the cells count, instead of the groups(rows) count. Params are: 1=prevCellCount, 2=newCellCount

Namespace: Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override event Action<int, int> ItemsRefreshed

Value

Type: SystemAction Int32, Int32

Implements

IOSAItemsRefreshed
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also