Class PowerStateChangeRequestEventArgs

    Definition

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

    PowerStateChangeRequestEventArgs is an extended EventArgs class. This class contains event arguments for the (PowerState)StateChangeRequestCallback event from the Power class.

    public class PowerStateChangeRequestEventArgs : EventArgs
    Inheritance
    object
    PowerStateChangeRequestEventArgs

    Properties

    View Source

    PowerState

    PowerState indicates state to be changed that was requested.

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

    Retval

    Retval indicates return of change state result from deviced. If Retval is negative, it means failure, 0 means success.

    Declaration
    public int Retval { get; }
    Property Value
    Type Description
    int

    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