UIPrinterPickerCompletionHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
搭配各種 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