Click or drag to resize

OSATParams, TItemViewsHolder Events

The OSATParams, TItemViewsHolder generic type exposes the following members.

Events
  NameDescription
Public eventInitialized
Fired at the end of an Init call, which is usually done in Start(), if you're not calling it manually
Public eventItemsRefreshed
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)
Public eventScrollPositionChanged
The float parameter has the same format as described in SetNormalizedPosition(Double)
Top
See Also