Language

AccountsUpdateEventArgs Class

Definition

Provides data for the AccountsUpdated event.

public class AccountsUpdateEventArgs : EventArgs
type AccountsUpdateEventArgs = class
    inherit EventArgs
Inheritance
AccountsUpdateEventArgs

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Name Description
AccountsUpdateEventArgs(Account[])

Initializes a new instance of the AccountsUpdateEventArgs class.

Properties

Name Description
Accounts

Gets the current set of accounts visible to the caller.

Applies to