WebUILockScreenActivatedEventArgs Class

Definition

Represents arguments used when the lock screen is activated.

public ref class WebUILockScreenActivatedEventArgs sealed : IApplicationViewActivatedEventArgs, ILockScreenActivatedEventArgs, IActivatedEventArgsDeferral
public ref class WebUILockScreenActivatedEventArgs sealed : IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, ILockScreenActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUILockScreenActivatedEventArgs final : IApplicationViewActivatedEventArgs, ILockScreenActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUILockScreenActivatedEventArgs final : IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, ILockScreenActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUILockScreenActivatedEventArgs : IApplicationViewActivatedEventArgs, ILockScreenActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUILockScreenActivatedEventArgs : IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, ILockScreenActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUILockScreenActivatedEventArgs
Implements IActivatedEventArgsDeferral, IApplicationViewActivatedEventArgs, ILockScreenActivatedEventArgs
Public NotInheritable Class WebUILockScreenActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, ILockScreenActivatedEventArgs
Inheritance
Object Platform::Object IInspectable WebUILockScreenActivatedEventArgs
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Version history

Windows version SDK version Value added
1607 14393 User

Properties

ActivatedOperation

Gets the object that manages an app activation operation.

CurrentlyShownApplicationViewId

Gets the identifier for the currently shown app view.

Info

Gets information about the app activation operation.

Kind

Gets and activation kind for the app activation operation.

PreviousExecutionState

Gets the previous execution state.

SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

User

Gets the user the app was activated for.

Applies to

See also