UICompletionHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在完成特定冗長計算時呼叫的強型別委派。
public delegate void UICompletionHandler(bool finished);
type UICompletionHandler = delegate of bool -> unit
參數
- finished
- Boolean
true
如果計算成功完成,則為 。
備註
這個強型別委派會在特定冗長的計算結束時呼叫。 finished
如果計算完成且不會中斷,則為 參數 true
。
適用於
另請參閱
- <xref:UIKit.UICollectionView.PerformBatchUpdates>
- <xref:UIKIt.UIPageViewController.SetViewControllers>
- <xref:UIKit.UIView.AnimateNotify>
- <xref:UIKit.UIView.TransitionNotify>
- <xref:UIKit.UIViewController.Transition>