Class AccountSubscriberEventArgs

    Definition

    Namespace:
    Tizen.Account.AccountManager
    Assembly:
    Tizen.Account.AccountManager.dll

    Event arguments passed when the event is triggered to notify that the account is updated/removed from the account database.

    public class AccountSubscriberEventArgs : EventArgs
    Inheritance
    object
    AccountSubscriberEventArgs

    Properties

    View Source

    AccountId

    The account ID to update.

    Declaration
    public int AccountId { get; }
    Property Value
    Type Description
    int
    View Source

    EventType

    The account event type.

    Declaration
    public AccountNotificationType EventType { get; }
    Property Value
    Type Description
    AccountNotificationType

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX