WebUILockScreenActivatedEventArgs.ActivatedOperation Property

Definition

Gets the object that manages an app activation operation.

public:
 property ActivatedOperation ^ ActivatedOperation { ActivatedOperation ^ get(); };
ActivatedOperation ActivatedOperation();
public ActivatedOperation ActivatedOperation { get; }
var activatedOperation = webUILockScreenActivatedEventArgs.activatedOperation;
Public ReadOnly Property ActivatedOperation As ActivatedOperation

Property Value

The object that manages an app activation operation.

Implements

Applies to