1 implementation of OnFlyoutItemSelected
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
797
void IShellController.
OnFlyoutItemSelected
(Element element) =>
1 reference to OnFlyoutItemSelected
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
379
((IShellController)_shellContext.Shell).
OnFlyoutItemSelected
(element);