UIPrinterPickerControllerDelegate.DidPresent 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 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