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