2 references to SceneWillEnterForeground
Microsoft.Maui (2)
LifecycleEvents\iOS\iOSLifecycleBuilderExtensions.cs (1)
38 public static IiOSLifecycleBuilder SceneWillEnterForeground(this IiOSLifecycleBuilder lifecycle, iOSLifecycle.SceneWillEnterForeground del) => lifecycle.OnEvent(del);
Platform\iOS\MauiUISceneDelegate.cs (1)
74 GetServiceProvider()?.InvokeLifecycleEvents<iOSLifecycle.SceneWillEnterForeground>(del => del(scene));