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

適用対象

こちらもご覧ください