Compartilhar via


UIPrinterPickerCompletionHandler Delegar

Definição

Manipulador de conclusão usado com vários UIPrinterPickerController métodos de apresentação.

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

Aplica-se a