Class SwitchUserEventArgs

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.Session.dll

    A generic base class for Switch event types

    public abstract class SwitchUserEventArgs : SubsessionEventArgs
    Inheritance
    object
    SubsessionEventArgs
    SwitchUserEventArgs
    Derived
    SwitchUserCompletionEventArgs
    SwitchUserCompletionEventArgs
    SwitchUserCompletionEventArgs
    SwitchUserCompletionEventArgs
    SwitchUserWaitEventArgs
    SwitchUserWaitEventArgs
    SwitchUserWaitEventArgs
    SwitchUserWaitEventArgs

    Properties

    View Source

    SwitchID

    ID of this switch operation

    Declaration
    public long SwitchID { get; }
    Property Value
    Type Description
    long
    View Source

    UserNameNext

    Active subsession ID after this switch operation

    Declaration
    public string UserNameNext { get; }
    Property Value
    Type Description
    string
    View Source

    UserNamePrev

    Active subsession user ID before this switch operation

    Declaration
    public string UserNamePrev { get; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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