共用方式為


UICompletionHandler 代理人

定義

在完成特定冗長計算時呼叫的強型別委派。

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>