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