Click or drag to resize

SRIATParams, TItemViewsHolderItemsRefreshed Event

Fired when the item count changes or the views are refreshed (more exactly, after each ChangeItemsCount(ItemCountChangeMode, Int32, Int32, Boolean, Boolean) call). Params are (1st=prevCount, 2nd=newCount)

Namespace:  frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual event Action<int, int> ItemsRefreshed

Value

Type: SystemActionInt32, Int32

Implements

ISRIAItemsRefreshed
Version Information

Optimized ScrollView Adapter

Supported in: 4.0, 3.0
See Also