Class PowerLockStateChangedEventArgs
Definition
- 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
-
objectSystem.EventArgsPowerLockStateChangedEventArgs
Properties
View SourcePowerLockState
PowerLockState indicates locked or unlocked about power lock type.
Declaration
public PowerLockState PowerLockState { get; }
Property Value
Type | Description |
---|---|
Tizen.System.PowerLockState |
PowerLockType
PowerLockType indicates Type of power lock
Declaration
public PowerLock PowerLockType { get; }
Property Value
Type | Description |
---|---|
PowerLock |