Compartilhar via


ShouldDismiss Delegar

Definição

Delegar para ShouldDismissPopover.

public delegate bool ShouldDismiss(UIPopoverPresentationController popoverPresentationController);
type ShouldDismiss = delegate of UIPopoverPresentationController -> bool

Parâmetros

popoverPresentationController
UIPopoverPresentationController

Valor Retornado

true se o popover deve ser ignorado.

Aplica-se a