MonoTouch.UIKit.UICompletionHandler Delegate
A strongly-typed delegate called at completion of certain lengthy calculations.

Syntax

public delegate void UICompletionHandler (bool finished)

See Also

UICollectionView.PerformBatchUpdates
MonoTouch.UIKIt.UIPageViewController.SetViewControllers
UIView.AnimateNotify
UIView.TransitionNotify
UIViewController.Transition

Parameters

finished
true if the calculation concluded successfully.

Remarks

This strongly-typed delegate is called at the end of certain lengthy calculations. It's finished parameter will be true if the calculation finished without interruption.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0