共用方式為


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

適用於

另請參閱