UIPopoverPresentationControllerDelegate.DidDismissPopover 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 this
T:UIPopoverPresentationControllerDelegate object that the user has dismissed the popover.
[Foundation.Export("popoverPresentationControllerDidDismissPopover:")]
public virtual void DidDismissPopover (UIKit.UIPopoverPresentationController popoverPresentationController);
abstract member DidDismissPopover : UIKit.UIPopoverPresentationController -> unit
override this.DidDismissPopover : UIKit.UIPopoverPresentationController -> unit
Parameters
- popoverPresentationController
- UIPopoverPresentationController
- Attributes