UICollectionViewLayoutInteractiveTransitionCompletion Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate used as the completion handler for StartInteractiveTransition(UICollectionViewLayout, UICollectionViewLayoutInteractiveTransitionCompletion).
public delegate void UICollectionViewLayoutInteractiveTransitionCompletion(bool completed, bool finished);
type UICollectionViewLayoutInteractiveTransitionCompletion = delegate of bool * bool -> unit
Parameters
- completed
- Boolean
- finished
- Boolean