UIPrinterPickerControllerDelegate.DidPresent Method

Definition

Informs the delegate that the specified printer picker was displayed and that it is now visible.

[Foundation.Export("printerPickerControllerDidPresent:")]
public virtual void DidPresent (UIKit.UIPrinterPickerController printerPickerController);
abstract member DidPresent : UIKit.UIPrinterPickerController -> unit
override this.DidPresent : UIKit.UIPrinterPickerController -> unit

Parameters

printerPickerController
UIPrinterPickerController

The printer picker controller that is being displayed.

Attributes

Applies to