WebAccountEventArgs WebAccountEventArgs WebAccountEventArgs WebAccountEventArgs Class

Definition

Contains information about an event involving a WebAccount.

public : sealed class WebAccountEventArgs : IWebAccountEventArgspublic sealed class WebAccountEventArgs : IWebAccountEventArgsPublic NotInheritable Class WebAccountEventArgs Implements IWebAccountEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

Account Account Account Account

Gets the WebAccount involved in the event.

public : WebAccount Account { get; }public WebAccount Account { get; }Public ReadOnly Property Account As WebAccount// You can use this property in JavaScript.
Value
WebAccount WebAccount WebAccount WebAccount

The web account involved in the event.