BasePopup.Dismissed Event
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.
Dismissed event is invoked when the popup is closed.
public event EventHandler<Xamarin.CommunityToolkit.UI.Views.PopupDismissedEventArgs> Dismissed;
Event Type
System.EventHandler<PopupDismissedEventArgs>