ExtendedExecutionForegroundRevokedEventArgs
ExtendedExecutionForegroundRevokedEventArgs
ExtendedExecutionForegroundRevokedEventArgs
ExtendedExecutionForegroundRevokedEventArgs
Class
Definition
Passed to the event handler that is invoked when the system revokes extended execution.
public : sealed class ExtendedExecutionForegroundRevokedEventArgs : IExtendedExecutionForegroundRevokedEventArgspublic sealed class ExtendedExecutionForegroundRevokedEventArgs : IExtendedExecutionForegroundRevokedEventArgsPublic NotInheritable Class ExtendedExecutionForegroundRevokedEventArgs Implements IExtendedExecutionForegroundRevokedEventArgs// 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)
|
Properties
Reason Reason Reason Reason
Gets the reason extended execution was revoked.
public : ExtendedExecutionForegroundRevokedReason Reason { get; }public ExtendedExecutionForegroundRevokedReason Reason { get; }Public ReadOnly Property Reason As ExtendedExecutionForegroundRevokedReason// You can use this property in JavaScript.
- Value
- ExtendedExecutionForegroundRevokedReason ExtendedExecutionForegroundRevokedReason ExtendedExecutionForegroundRevokedReason ExtendedExecutionForegroundRevokedReason
The reason extended execution was revoked.