UserDataAccountProviderActivatedEventArgs Class

Definition

Provides data when an app is activated to manage user accounts.

public ref class UserDataAccountProviderActivatedEventArgs sealed : IUserDataAccountProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UserDataAccountProviderActivatedEventArgs final : IUserDataAccountProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UserDataAccountProviderActivatedEventArgs : IUserDataAccountProviderActivatedEventArgs
Public NotInheritable Class UserDataAccountProviderActivatedEventArgs
Implements IUserDataAccountProviderActivatedEventArgs
Inheritance
Object Platform::Object IInspectable UserDataAccountProviderActivatedEventArgs
Attributes
Implements

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
userDataAccountsProvider

Remarks

Access this object by overriding either the Windows Library for JavaScript (WinJS) onactivated event or the Extensible Application Markup Language (XAML) OnActivated method.

Properties

Kind

Gets the activation type.

Operation

Gets the user account management operation.

PreviousExecutionState

Gets the execution state of the app before it was activated.

SplashScreen

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

Applies to

See also