1 instantiation of BackgroundingEventArgs
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
552
Backgrounding?.Invoke(this, new
BackgroundingEventArgs
(state));
1 reference to BackgroundingEventArgs
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
260
public event EventHandler<
BackgroundingEventArgs
>? Backgrounding;