UIPrinterPickerControllerDelegate.WillPresent 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 the designated printer picker is about to be displayed.
[Foundation.Export("printerPickerControllerWillPresent:")]
public virtual void WillPresent (UIKit.UIPrinterPickerController printerPickerController);
abstract member WillPresent : UIKit.UIPrinterPickerController -> unit
override this.WillPresent : UIKit.UIPrinterPickerController -> unit
Parameters
- printerPickerController
- UIPrinterPickerController
The printer picker controller that is being displayed.
- Attributes