UICompletionHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Délégué fortement typé appelé à l’achèvement de certains calculs longs.
public delegate void UICompletionHandler(bool finished);
type UICompletionHandler = delegate of bool -> unit
Paramètres
- finished
- Boolean
true
si le calcul s’est terminé avec succès.
Remarques
Ce délégué fortement typé est appelé à la fin de certains calculs longs. Son paramètre sera true
si le calcul s’est finished
terminé sans interruption.
S’applique à
Voir aussi
- <xref:UIKit.UICollectionView.PerformBatchUpdates>
- <xref:UIKIt.UIPageViewController.SetViewControllers>
- <xref:UIKit.UIView.AnimateNotify>
- <xref:UIKit.UIView.TransitionNotify>
- <xref:UIKit.UIViewController.Transition>