AppMemoryUsageLimitChangingEventArgs AppMemoryUsageLimitChangingEventArgs AppMemoryUsageLimitChangingEventArgs AppMemoryUsageLimitChangingEventArgs Class

Definition

Provides data for the AppMemoryUsageLimitChanging event.

public : sealed class AppMemoryUsageLimitChangingEventArgs : IAppMemoryUsageLimitChangingEventArgspublic sealed class AppMemoryUsageLimitChangingEventArgs : IAppMemoryUsageLimitChangingEventArgsPublic NotInheritable Class AppMemoryUsageLimitChangingEventArgs Implements IAppMemoryUsageLimitChangingEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Handle the MemoryManager.AppMemoryUsageLimitChanging event to obtain an instance of this class.

Properties

NewLimit NewLimit NewLimit NewLimit

Gets the new limit for how much total memory the app can use, in bytes.

public : ulong NewLimit { get; }public ulong NewLimit { get; }Public ReadOnly Property NewLimit As ulong// You can use this property in JavaScript.
Value
ulong ulong ulong ulong

The new limit for how much total memory the app can use, in bytes.

OldLimit OldLimit OldLimit OldLimit

Gets the old limit for how much total memory the app can use, in bytes.

public : ulong OldLimit { get; }public ulong OldLimit { get; }Public ReadOnly Property OldLimit As ulong// You can use this property in JavaScript.
Value
ulong ulong ulong ulong

The old limit for how much total memory the app can use, in bytes.