UIPrinterPickerControllerDelegate.DidSelectPrinter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Informs the delegate that a specified printer was selected.
[Foundation.Export("printerPickerControllerDidSelectPrinter:")]
public virtual void DidSelectPrinter (UIKit.UIPrinterPickerController printerPickerController);
abstract member DidSelectPrinter : UIKit.UIPrinterPickerController -> unit
override this.DidSelectPrinter : UIKit.UIPrinterPickerController -> unit
Parameters
- printerPickerController
- UIPrinterPickerController
The printer picker controller that is being displayed.
- Attributes