2 references to WillEnterForeground
Microsoft.Maui (2)
LifecycleEvents\iOS\iOSLifecycleBuilderExtensions.cs (1)
16 public static IiOSLifecycleBuilder WillEnterForeground(this IiOSLifecycleBuilder lifecycle, iOSLifecycle.WillEnterForeground del) => lifecycle.OnEvent(del);
Platform\iOS\MauiUIApplicationDelegate.cs (1)
153 _services?.InvokeLifecycleEvents<iOSLifecycle.WillEnterForeground>(del => del(application));