Share via


UIPrinterPickerCompletionHandler Delegado

Definición

Controlador de finalización usado con varios UIPrinterPickerController métodos de presentación.

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

Parámetros

printerPickerController
UIPrinterPickerController
userDidSelect
Boolean
error
NSError

Se aplica a