Class PowerLockStateChangedEventArgs

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.dll
API Level:
10

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

C#
Copy
public class PowerLockStateChangedEventArgs : EventArgs
Inheritance
System.Object
PowerLockStateChangedEventArgs

Properties

View Source

PowerLockState

PowerLockState indicates locked or unlocked about power lock type.

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

PowerLockType

PowerLockType indicates Type of power lock

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