Share via


IWindow.Backgrounding(IPersistedState) Method

Definition

Occurs when the Window is entering a background state.

public:
 void Backgrounding(Microsoft::Maui::IPersistedState ^ state);
public void Backgrounding (Microsoft.Maui.IPersistedState state);
abstract member Backgrounding : Microsoft.Maui.IPersistedState -> unit
Public Sub Backgrounding (state As IPersistedState)

Parameters

Applies to