Class PowerStateChangeRequestEventArgs
Definition
- Namespace:
- Tizen.System
- Assembly:
- Tizen.System.dll
- API Level:
- 10
PowerStateChangeRequestEventArgs is an extended EventArgs class. This class contains event arguments for the (PowerState)StateChangeRequestCallback event from the Power class.
C#Copypublic class PowerStateChangeRequestEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic PowerState PowerState { get; }
Property Value
Type | Description |
---|---|
Tizen.System.PowerState |
View Source
Retval
Retval indicates return of change state result from deviced. If Retval is negative, it means failure, 0 means success.
Declaration
C#Copypublic int Retval { get; }
Property Value
Type | Description |
---|---|
Int32 |