PullToRefreshGizmoOnRefreshed Method |
Called when the refresh did occur (dragged with at least 1f power and released)
Namespace:
frame8.ScrollRectItemsAdapter.Util.PullToRefresh
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic virtual void OnRefreshed(
bool autoHide
)
Parameters
- autoHide
- Type: SystemBoolean
A hint for the gizmo to know whether it should hide itself or something will hide it externally by setting IsShown=false
Version InformationOptimized ScrollView Adapter
Supported in: 4.0, 3.0
See Also