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
    System.EventArgs
    PowerLockStateChangedEventArgs

    Properties

    View Source

    PowerLockState

    PowerLockState indicates locked or unlocked about power lock type.

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

    PowerLockType

    PowerLockType indicates Type of power lock

    Declaration
    public PowerLock PowerLockType { get; }
    Property Value
    Type Description
    PowerLock
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX