Share via


UIPrintInteractionCompletionHandler Delegate

Definition

A delegate executed after printing completes or after a printing error occurs.

public delegate void UIPrintInteractionCompletionHandler(UIPrintInteractionController? printInteractionController, bool completed, NSError? error);
type UIPrintInteractionCompletionHandler = delegate of UIPrintInteractionController * bool * NSError -> unit

Parameters

printInteractionController
UIPrintInteractionController
completed
Boolean
error
NSError

Applies to