UIPrinterPickerControllerDelegate_Extensions.WillPresent Method

Definition

The printerPickerController is about to be presented.

public static void WillPresent (this UIKit.IUIPrinterPickerControllerDelegate This, UIKit.UIPrinterPickerController printerPickerController);
static member WillPresent : UIKit.IUIPrinterPickerControllerDelegate * UIKit.UIPrinterPickerController -> unit

Parameters

This
IUIPrinterPickerControllerDelegate

The instance on which this extension method operates.

printerPickerController
UIPrinterPickerController

The printer picker controller that is being displayed.

Applies to