ILockScreenActivatedEventArgs ILockScreenActivatedEventArgs ILockScreenActivatedEventArgs ILockScreenActivatedEventArgs Interface

Definition

Provides information about an event that occurs when the app is activated as the lock screen.

public : interface ILockScreenActivatedEventArgspublic interface ILockScreenActivatedEventArgsPublic Interface ILockScreenActivatedEventArgs// You can use this interface in JavaScript.
Inheritance
ILockScreenActivatedEventArgsILockScreenActivatedEventArgsILockScreenActivatedEventArgsILockScreenActivatedEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Properties

Info Info Info Info

Gets an object that allows an app that is activated as the lock screen to get the same data that the default lock screen can access, and to register for updates to that data.

public : PlatForm::Object Info { get; }public object Info { get; }Public ReadOnly Property Info As object// You can use this property in JavaScript.
Value
PlatForm::Object object object object

An object that allows an app that is activated as the lock screen to get the same data that the default lock screen can access, and to register for updates to that data.

See Also