UIPrintInteractionCompletionHandler 委托

定义

打印完成后或发生打印错误后执行的委托。

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

参数

printInteractionController
UIPrintInteractionController
completed
Boolean
error
NSError

适用于

另请参阅