Class OneShotServiceLifecycleChangedEventArgs

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.Gadget.dll

    Event arguments for the OneShotService lifecycle change event.

    public class OneShotServiceLifecycleChangedEventArgs : EventArgs
    Inheritance
    object
    OneShotServiceLifecycleChangedEventArgs

    Properties

    View Source

    OneShotService

    Gets the OneShotService object that triggered the event.

    Declaration
    public OneShotService OneShotService { get; set; }
    Property Value
    Type Description
    OneShotService
    View Source

    State

    Gets the current state of the OneShotService lifecycle.

    Declaration
    public OneShotServiceLifecycleState State { get; }
    Property Value
    Type Description
    OneShotServiceLifecycleState

    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