Event beingSwiped
The event that is called when the value of the SwipeView changes (i.e. when its being swiped or when it snaps to an item).
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public event Action<SwipeViewItem, float> beingSwiped
Returns
Type | Description |
---|---|
Action<SwipeViewItem, float> |