共用方式為


UIPrinterPickerCompletionHandler 代理人

定義

搭配各種 UIPrinterPickerController 簡報方法使用的完成處理常式。

public delegate void UIPrinterPickerCompletionHandler(UIPrinterPickerController printerPickerController, bool userDidSelect, NSError error);
type UIPrinterPickerCompletionHandler = delegate of UIPrinterPickerController * bool * NSError -> unit

參數

printerPickerController
UIPrinterPickerController
userDidSelect
Boolean
error
NSError

適用於