WebAccountProviderActivatedEventArgs Class

Definition

Provides information to an app activated as a result of a web account provider operation.

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

Windows requirements

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

Remarks

You access a WebAccountProviderActivatedEventArgs object when you implement an event handler that responds to Activated events when ActivationKind is WebAccountProvider.

Version history

Windows version SDK version Value added
1607 14393 User

Properties

Kind

Gets the kind of web account provider activation.

Operation

Gets the web account provider 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.

User

Gets the user the app was activated for.

Applies to

See also