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