Class PowerLockStateChangedEventArgs

    Definition

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

    PowerLockStateChangedEventArgs is an extended EventArgs class. This class contains event arguments for the (PowerLock)StateChangedCallback event from the Power class.

    public class PowerLockStateChangedEventArgs : EventArgs
    Inheritance
    object
    PowerLockStateChangedEventArgs

    Properties

    View Source

    PowerLockState

    PowerLockState indicates locked or unlocked about power lock type.

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

    PowerLockType

    PowerLockType indicates Type of power lock

    Declaration
    public PowerLock PowerLockType { get; }
    Property Value
    Type Description
    PowerLock

    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