Class ServiceLifecycleChangedEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.UnitedService.dll

    Event arguments for the service lifecycle change event.

    public class ServiceLifecycleChangedEventArgs : EventArgs
    Inheritance
    object
    ServiceLifecycleChangedEventArgs

    Properties

    View Source

    Service

    Gets the service object that triggered the event.

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

    State

    Gets the current state of the service lifecycle.

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

    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