Share via


BasePopup.Dismissed Event

Definition

Dismissed event is invoked when the popup is closed.

public event EventHandler<Xamarin.CommunityToolkit.UI.Views.PopupDismissedEventArgs> Dismissed;

Event Type

System.EventHandler<PopupDismissedEventArgs>

Applies to