CoreApplication.ResourceAvailabilityChanged Event

Occurs when the resources available to an app changes.

Syntax

public:
static event EventHandler<Object^ >^ ResourceAvailabilityChanged {
         EventRegistrationToken add (EventHandler<Object^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

Titles should register for the ResourceAvailabilityChanged event to be notified when the available resources to a title have changed. When this event is fired, titles should examine the CoreApplication::ResourceAvailability property to determine the new resource state of the title.

Requirements

Namespace: Windows.ApplicationModel.Core

Metadata: windows.winmd

See also

Overview

App States

Xbox One GPU Allocation Update

App View States and Focus

Reference

CoreApplication Class

CoreApplication Members

Windows.ApplicationModel.Core Namespace

CoreApplication.Resuming Event

CoreApplication.Suspending Event

CoreApplicationView.Activated Event