Window.Backgrounding Event

Definition

public:
 event EventHandler<Microsoft::Maui::Controls::BackgroundingEventArgs ^> ^ Backgrounding;
public event EventHandler<Microsoft.Maui.Controls.BackgroundingEventArgs>? Backgrounding;
member this.Backgrounding : EventHandler<Microsoft.Maui.Controls.BackgroundingEventArgs> 
Public Event Backgrounding As EventHandler(Of BackgroundingEventArgs) 

Event Type

Applies to