OSATParams, TItemViewsHolder Events |
The OSATParams, TItemViewsHolder generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Initialized | Fired at the end of an Init call, which is usually done in Start(), if you're not calling it manually | |
| ItemsRefreshed | 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) | |
| ScrollPositionChanged | The float parameter has the same format as described in SetNormalizedPosition(Double) | |
| ScrollViewSizeChanged | Fired when the ScrollView's size changes, but before the new size is retrieved and layout rebuilt. For example, when the screen size/orientation changes |