UIApplicationDelegate_Extensions.WillEnterForeground Method

Definition

Indicates that the application is about to enter the foreground.

public static void WillEnterForeground (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
static member WillEnterForeground : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

Applies to