Class SubsessionEventArgs

    Definition

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

    A generic subession event argument type.

    public abstract class SubsessionEventArgs : EventArgs
    Inheritance
    object
    SubsessionEventArgs
    Derived
    AddUserEventArgs
    AddUserEventArgs
    AddUserEventArgs
    AddUserEventArgs
    RemoveUserEventArgs
    RemoveUserEventArgs
    RemoveUserEventArgs
    RemoveUserEventArgs
    SwitchUserEventArgs
    SwitchUserEventArgs
    SwitchUserEventArgs
    SwitchUserEventArgs
    Remarks

    Use this as an argument type for generic subession event handlers. You can check the event type that was invoked by checking a type of event arguments during runtime - they all derive from this base class.

    Properties

    View Source

    SessionUID

    Session UID of the session invoking the event

    Declaration
    public int SessionUID { get; }
    Property Value
    Type Description
    int
    Remarks

    Use this as an argument type for generic subession event handlers. You can check the event type that was invoked by checking a type of event arguments during runtime - they all derive from this base class.

    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