UIPopoverPresentationControllerDelegate_Extensions.DidDismissPopover Method

Definition

The popover that is controlled by popoverPresentationController was dismissed.

public static void DidDismissPopover (this UIKit.IUIPopoverPresentationControllerDelegate This, UIKit.UIPopoverPresentationController popoverPresentationController);
static member DidDismissPopover : UIKit.IUIPopoverPresentationControllerDelegate * UIKit.UIPopoverPresentationController -> unit

Parameters

This
IUIPopoverPresentationControllerDelegate

The instance on which this extension method operates.

popoverPresentationController
UIPopoverPresentationController

Applies to