Class PowerStateWaitEventArgs
Definition
- Assembly:
- Tizen.System.dll
PowerStateWaitEventArgs is an extended EventArgs class. This class contains event arguments for the (PowerState)StateWaitCallback event from the Power class.
public class PowerStateWaitEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPowerStateWaitEventArgs
Properties
View SourceNextState
NextState indicates power state to be changed by transition
Declaration
public PowerState NextState { get; }
Property Value
Type | Description |
---|---|
Tizen.System.PowerState |
PrevState
PrevState indicates reason power state where transition has started
Declaration
public PowerState PrevState { get; }
Property Value
Type | Description |
---|---|
Tizen.System.PowerState |
TransitionReason
TransitionReason indicates reason for what triggered the transition
Declaration
public PowerTransitionReason TransitionReason { get; }
Property Value
Type | Description |
---|---|
Tizen.System.PowerTransitionReason |
WaitCallbackId
WaitCallbackId indicates unique id for each callback invocation. It is used to confirm or cancel about subscribed callback.
Declaration
public ulong WaitCallbackId { get; }
Property Value
Type | Description |
---|---|
ulong |